Skip to content

Commit

Permalink
Merge pull request #301 from Kitware/fix-prettier-crlf
Browse files Browse the repository at this point in the history
chore: Enforce LF line endings in the repo
  • Loading branch information
floryst authored Feb 26, 2020
2 parents 379efaf + c4cbb31 commit 49be992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ module.exports = {
singleQuote: true,
trailingComma: 'es5',
arrowParens: 'always',
endOfLine: 'lf',
};

0 comments on commit 49be992

Please sign in to comment.