Skip to content

Commit

Permalink
Prettier: Enforce standard line endings (badges#3293)
Browse files Browse the repository at this point in the history
This requires lf (typical for git repos, Linux, Mac OS) rather than crlf (typical for Windows).
  • Loading branch information
paulmelnikow authored Apr 12, 2019
1 parent 4a85d08 commit 2e1d47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ semi: false
singleQuote: true
trailingComma: es5
bracketSpacing: true
endOfLine: lf

0 comments on commit 2e1d47b

Please sign in to comment.