зеркало из https://github.com/microsoft/RTVS.git
25 строки
385 B
Plaintext
25 строки
385 B
Plaintext
# Set the default behavior (used when a rule below doesn't match)
|
|
* text=auto
|
|
*.cs text
|
|
*.R text
|
|
*.*proj text
|
|
*.targets text
|
|
*.settings text
|
|
*.vssettings text
|
|
|
|
*.dll -text
|
|
*.lib -text
|
|
*.sln -text
|
|
*.ico -text
|
|
*.bmp -text
|
|
*.png -text
|
|
*.snk -text
|
|
*.mht -text
|
|
*.pickle -text
|
|
*.Rdata -text
|
|
*.Rhistory -text
|
|
|
|
# Some Windows-specific files should always be CRLF
|
|
*.bat eol=crlf
|
|
*.cmd eol=crlf
|