This commit is contained in:
Chuck Walbourn 2016-08-18 18:01:18 -07:00
Родитель 7930353053
Коммит c1e0544720
1 изменённых файлов: 18 добавлений и 0 удалений

18
.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1,18 @@
# 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
*.inl eol=crlf
*.inc eol=crlf
*.vcxproj eol=crlf
*.filters eol=crlf
*.sln eol=crlf
# Explicitly declare resource files as binary
*.pdb binary