rathena/.gitattributes
lighta dbf2916c83 Update .gitattributes to force some line ending style for some file.
Fix cygwin not able to process 'configure' when fetched on windows directly.
2016-01-03 15:42:16 -04:00

13 lines
250 B
Plaintext

* text=auto
*.c diff=cpp
*.sln merge=union
*.vcproj merge=union
*.vcxproj merge=union
*.sln text eol=crlf
*.bat text eol=crlf
configure text eol=lf
configure.in text eol=lf
Makefile text eol=lf
Makefile.in text eol=lf
*.sh text eol=lf