chore: ensure lf but not crlf for build scripts
This commit is contained in:
parent
b2684b995d
commit
39d60121d1
|
@ -1,5 +1,7 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
*.* text eol=lf
|
*.* text eol=lf
|
||||||
|
./build text eol=lf
|
||||||
|
scripts/* text eol=lf
|
||||||
*.cmd text eol=crlf
|
*.cmd text eol=crlf
|
||||||
*.jpg -text
|
*.jpg -text
|
||||||
*.png -text
|
*.png -text
|
||||||
|
|
Loading…
Reference in New Issue