Add .gitattributes to set correct line ending style on various files.
This commit is contained in:
parent
cd1d2d5723
commit
105a23bf32
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
*.sp text eol=native
|
||||||
|
*.inc text eol=native
|
||||||
|
|
||||||
|
*.txt text eol=crlf
|
||||||
|
*.cfg text eol=crlf
|
||||||
|
|
||||||
|
*.sh text eol=lf
|
||||||
|
*.bat text eol=crlf
|
||||||
|
|
||||||
|
Makefile text eol=lf
|
Loading…
Reference in New Issue
Block a user