Add LF normalization for .sh files
This commit is contained in:
parent
9600c6c1b4
commit
28ee89884a
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1,5 +1,5 @@
|
||||||
*.pal text eol=crlf
|
*.pal text eol=crlf
|
||||||
|
*.sh text eol=lf
|
||||||
*.s text eol=lf
|
*.s text eol=lf
|
||||||
*.txt text eol=lf
|
*.txt text eol=lf
|
||||||
Makefile text eol=lf
|
Makefile text eol=lf
|
||||||
|
|
Loading…
Reference in a new issue