summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 33aa676715cb184101bf71f579453c6587b91dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Auto detect text files and perform LF normalization
*        text=auto

*.cs     text diff=csharp eol=lf
*.java   text diff=java eol=lf
*.html   text diff=html eol=lf
*.py     text diff=python eol=lf
*.pl     text diff=perl eol=lf
*.pm     text diff=perl eol=lf
*.css    text eol=lf
*.js     text eol=lf
*.sql    text eol=lf

*.sh     text eol=lf

*.bat    text eol=crlf
*.cmd    text eol=crlf
*.vcxproj text merge=union eol=crlf
*.csproj text merge=union eol=crlf
*.sln    text merge=union eol=crlf