mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 16:28:24 -05:00
11 lines
298 B
Plaintext
11 lines
298 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 merge=union
|
||
|
*.csproj merge=union
|
||
|
*.vbproj merge=union
|
||
|
*.fsproj merge=union
|
||
|
*.dbproj merge=union
|