2016-08-19 03:46:40 +03:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Explicitly declare code/VS files as CRLF
|
|
|
|
*.cpp eol=crlf
|
|
|
|
*.h eol=crlf
|
|
|
|
*.hlsl eol=crlf
|
|
|
|
*.hlsli eol=crlf
|
|
|
|
*.fx eol=crlf
|
|
|
|
*.fxh eol=crlf
|
|
|
|
*.inc eol=crlf
|
2016-08-19 04:05:25 +03:00
|
|
|
*.inl eol=crlf
|
2016-08-19 03:46:40 +03:00
|
|
|
*.vcxproj eol=crlf
|
|
|
|
*.filters eol=crlf
|
|
|
|
*.sln eol=crlf
|
|
|
|
|
|
|
|
# Explicitly declare resource files as binary
|
2016-08-19 04:05:25 +03:00
|
|
|
*.pdb binary
|