28 строки
474 B
Plaintext
28 строки
474 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Explicitly declare code/VS files as 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
|
|
*.docx binary
|
|
*.pdb binary
|
|
*.dds binary
|
|
*.sdkmesh binary
|
|
*.spritefont binary
|
|
*.wav binary
|
|
*.xwb binary
|
|
*.jpg binary
|
|
*.png binary
|