Skip to content

Commit

Permalink
style(prettier): fix endOfLine on windows machines
Browse files Browse the repository at this point in the history
  • Loading branch information
victorperin committed Feb 2, 2020
1 parent d3bf28b commit 08b51f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.js text eol=lf
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"endOfLine": "lf"
}

0 comments on commit 08b51f4

Please sign in to comment.