halflife-photomode/.gitattributes
2024-08-28 17:59:12 +02:00

10 lines
218 B
Text

# Force CRLF for Windows files:
*.bat 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