forked from shravanmn/reef
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (33 loc) · 785 Bytes
/
.gitattributes
File metadata and controls
37 lines (33 loc) · 785 Bytes
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
32
33
34
35
36
37
# Note that settings for text files below are overridden
# within /lang/*/ directories by local .gitattributes
# Files to checkout with LF
*.java text eol=lf whitespace=trailing-space,space-before-tab,tab-in-indent,blank-at-eof
*.sh text eol=lf
*.js text eol=lf
site.xml text eol=lf
*.apt text eol=lf
DISCLAIMER text eol=lf
HEADER text eol=lf
LICENSE text eol=lf
NOTICE text eol=lf
*.md text eol=lf
pom.xml text eol=lf
# Files to checkout with CRLF
*.h text eol=crlf
*.cpp text eol=crlf
*.rc text eol=crlf
*.vcproj text eol=crlf
*.csproj text eol=crlf
*.bat text eol=crlf
*.cs text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.psm1 text eol=crlf
# Binary files
*.png binary
*.jpg binary
*.snk binary
*.ico binary
*.bin binary
# Commit text files using LF endings
* text=auto