.gitattributes set eol=lf on **all** files

This commit is contained in:
Araxeus
2023-04-15 20:17:46 +03:00
parent 20db77f965
commit 2135e01ee1

4
.gitattributes vendored
View File

@ -1,2 +1,2 @@
* text=auto
*.js text eol=lf
* text=auto eol=lf
*.js text