Skip to content

Commit

Permalink
fix(prettier): allow platform line endings, not just Linux (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsq authored Sep 3, 2020
1 parent 8203fb3 commit e8a4b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
arrowParens: "always",
endOfLine: "auto",
proseWrap: "always",
trailingComma: "all",
semi: false,
Expand Down

0 comments on commit e8a4b0d

Please sign in to comment.