mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
avoid the source code from getting the wrong EOL
This commit is contained in:
parent
78075ecd89
commit
92779487a4
1 changed files with 9 additions and 0 deletions
9
.gitattributes
vendored
9
.gitattributes
vendored
|
@ -1,3 +1,12 @@
|
||||||
|
#Source code
|
||||||
|
/src/*.c text=auto
|
||||||
|
/src/*.h text=auto
|
||||||
|
/src/*.s text=auto
|
||||||
|
/src/*.m text=auto
|
||||||
|
/src/*.xpm text=auto
|
||||||
|
/src/Makefile text=auto
|
||||||
|
/src/Make*.cfg text=auto
|
||||||
|
/src/CMakeLists.txt text=auto
|
||||||
# Windows EOL
|
# Windows EOL
|
||||||
*.cs -crlf -whitespace
|
*.cs -crlf -whitespace
|
||||||
*.mk -crlf -whitespace
|
*.mk -crlf -whitespace
|
||||||
|
|
Loading…
Reference in a new issue