mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
16 lines
389 B
Plaintext
16 lines
389 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
|
|
* text=auto
|
|
|
|
# Custom for Visual Studio
|
|
*.sln text eol=crlf
|
|
*.csproj text eol=crlf
|
|
*.vbproj text eol=crlf
|
|
*.fsproj text eol=crlf
|
|
*.dbproj text eol=crlf
|
|
|
|
*.vcxproj text eol=crlf
|
|
*.vcxitems text eol=crlf
|
|
*.props text eol=crlf
|
|
*.filters text eol=crlf
|