template project, first version
This commit is contained in:
20
DirectXTK/.gitattributes
vendored
Normal file
20
DirectXTK/.gitattributes
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# Explicitly declare code/VS files as CRLF
|
||||
*.cs eol=crlf
|
||||
*.cpp eol=crlf
|
||||
*.cmd eol=crlf
|
||||
*.h eol=crlf
|
||||
*.hlsl eol=crlf
|
||||
*.hlsli eol=crlf
|
||||
*.fx eol=crlf
|
||||
*.fxh eol=crlf
|
||||
*.inc eol=crlf
|
||||
*.inl eol=crlf
|
||||
*.vcxproj eol=crlf
|
||||
*.filters eol=crlf
|
||||
*.sln eol=crlf
|
||||
|
||||
# Explicitly declare resource files as binary
|
||||
*.pdb binary
|
||||
Reference in New Issue
Block a user