Skip to content

Commit

Permalink
prettier compatibility for windows - endofline auto
Browse files Browse the repository at this point in the history
  • Loading branch information
nerfZael committed May 19, 2021
1 parent 9afd21b commit 73be879
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
Expand Up @@ -7,5 +7,6 @@
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
"arrowParens": "always",
"endOfLine": "auto"
}

0 comments on commit 73be879

Please sign in to comment.