Skip to content

Commit 99d735a

Browse files
committed
Build: change .gitattributes; use system line ends for non-JS files
1 parent 4f490e5 commit 99d735a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitattributes

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
* eol=lf
2-
*.jar binary
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# JS files must always use LF for tools to work
5+
*.js eol=lf

0 commit comments

Comments
 (0)