-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitattributes
27 lines (27 loc) · 1.1 KB
/
.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
*.java eol=lf text ident diff=java
*.c eol=lf text ident diff=cpp
*.h eol=lf text ident diff=cpp
*.cpp eol=lf text ident diff=cpp
*.xml eol=lf text ident diff=html
*.vm text ident
*.php eol=lf text ident diff=php
*.phps eol=lf text ident diff=php
*.properties text ident
*.js eol=lf text ident diff=java
*.json eol=lf text ident diff=java
*.css eol=lf text ident diff=html
*.sh eol=lf text ident
*.bat eol=crlf text ident
*.cmd eol=crlf text ident
*.vcproj eol=crlf text ident
*.md eol=lf text ident diff=html
*.gif binary
*.png binary
*.jpg binary
*.jar binary
*.class binary
*.gz binary
*.tar binary
*.dll binary
*.exe binary
*.zip binary