2016-08-19 00:49:15 +00:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Explicitly declare code/VS files as CRLF
|
|
|
|
*.cpp eol=crlf
|
2016-08-26 19:00:34 +00:00
|
|
|
*.cmd eol=crlf
|
2016-08-19 00:49:15 +00:00
|
|
|
*.h eol=crlf
|
|
|
|
*.hlsl eol=crlf
|
|
|
|
*.hlsli eol=crlf
|
|
|
|
*.fx eol=crlf
|
|
|
|
*.fxh eol=crlf
|
|
|
|
*.inc eol=crlf
|
2016-08-19 01:06:30 +00:00
|
|
|
*.inl eol=crlf
|
2016-08-19 00:49:15 +00:00
|
|
|
*.vcxproj eol=crlf
|
|
|
|
*.filters eol=crlf
|
|
|
|
*.sln eol=crlf
|
|
|
|
|
|
|
|
# Explicitly declare resource files as binary
|
2016-08-19 01:06:30 +00:00
|
|
|
*.pdb binary
|