Skip to content

Commit

Permalink
Added end of line config for git
Browse files Browse the repository at this point in the history
Eslint complains on Windows about linebreaks not being LF, because they are the default CRLF on Windows. This change allows git to clone it with the expected EOL
  • Loading branch information
marcinkunert authored Jan 26, 2022
1 parent 6a5ed43 commit 3b1614b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
frontend/* linguist-vendored
VERSION export-subst
* text=auto eol=lf

0 comments on commit 3b1614b

Please # to comment.