mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Added attributes
This commit is contained in:
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# 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
|
||||||
|
*.vcxproj eol=crlf
|
||||||
|
*.filters eol=crlf
|
||||||
|
*.sln eol=crlf
|
||||||
|
|
||||||
|
# Explicitly declare resource files as binary
|
||||||
|
*.pdb binary
|
||||||
Reference in New Issue
Block a user