forked from jiaojing0558/gavin-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
31 lines (27 loc) · 875 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Set default behaviour and perform LF normalization, in case users don't have core.autocrlf set.
* text=auto
# Declare files that will always have LF
*.sh text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.csproj text merge=union eol=crlf
*.sln text merge=union eol=crlf
*.vcxproj text merge=union eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.cs text diff=csharp eol=crlf
*.java text diff=java eol=crlf
*.scala text diff=scala eol=crlf
*.html text diff=html eol=crlf
*.htm text diff=htm eol=lf
*.jsp text diff=jsp eol=crlf
*.py text diff=python eol=crlf
*.pl text diff=perl eol=crlf
*.pm text diff=perl eol=crlf
*.css text eol=crlf
*.js text eol=crlf
*.sql text eol=crlf
*.ktr text eol=crlf
*.kjb text eol=crlf
*.iml text eol=crlf
*.ipr text eol=crlf
*.iws text eol=crlf