12 lines
258 B
Text
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
|