halflife-photomode/.gitattributes
Daniel Walder 0a69f0db4a Put an empty line at the end of gitattributes like git wants
(cherry picked from commit 4229cad4e0eb80681aa091c5de0ee7f51bb00d7e)
2021-03-22 20:03:33 +10:00

12 lines
258 B
Text

# Force CRLF for Windows files:
*.bat text eol=crlf
*.dsp text eol=crlf
*.dsw text eol=crlf
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
# Force LF for Linux files:
Makefile text eol=lf
Makefile.* text eol=lf
*.sh text eol=lf