Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix(lint): set eol to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jun 17, 2020
1 parent 3016601 commit e6db26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "es5",
"endOfLine":"crlf"
"endOfLine":"auto"
}

0 comments on commit e6db26e

Please sign in to comment.