Add .gitattributes to set correct line ending style on various files.
This commit is contained in:
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
|
Reference in New Issue
Block a user