10 lines
218 B
Text
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
|