avoid the source code from getting the wrong EOL

This commit is contained in:
Alam Ed Arias 2019-09-20 12:32:18 -04:00
parent 78075ecd89
commit 92779487a4
1 changed files with 9 additions and 0 deletions

9
.gitattributes vendored
View File

@ -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
*.cs -crlf -whitespace
*.mk -crlf -whitespace