Skip to content

Commit 3b1614b

Browse files
authored
Added end of line config for git
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
1 parent 6a5ed43 commit 3b1614b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
frontend/* linguist-vendored
22
VERSION export-subst
3+
* text=auto eol=lf

0 commit comments

Comments
 (0)