43 строки
953 B
Plaintext
43 строки
953 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.appmanifest text eol=crlf
|
|
*.config text eol=crlf
|
|
*.controls text eol=crlf
|
|
*.cs text eol=crlf
|
|
*.csproj text eol=crlf
|
|
*.css text eol=crlf
|
|
*.js text eol=crlf
|
|
*.json text eol=crlf
|
|
*.jsproj text eol=crlf
|
|
*.manifest text eol=crlf
|
|
*.md text eol=crlf
|
|
*.nuspec text eol=crlf
|
|
*.orderedtest text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
*.psd1 text eol=crlf
|
|
*.psm1 text eol=crlf
|
|
*.resjson text eol=crlf
|
|
*.resx text eol=crlf
|
|
*.rtf text eol=crlf
|
|
*.runsettings text eol=crlf
|
|
*.settings text eol=crlf
|
|
*.sln text eol=crlf
|
|
*.txt text eol=crlf
|
|
*.uitest text eol=crlf
|
|
*.wixproj text eol=crlf
|
|
*.wxs text eol=crlf
|
|
*.xaml text eol=crlf
|
|
*.xml text eol=crlf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.dll binary
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.msi binary
|
|
*.png binary
|
|
*.snk binary
|
|
*.ttf binary
|
|
*.wav binary
|