Skip to content

Commit

Permalink
Prettier: normalize line ending to git standard (graphql#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Mar 10, 2019
1 parent d2e29e9 commit 15b707a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"parser": "flow",
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"endOfLine": "lf"
}

0 comments on commit 15b707a

Please sign in to comment.