-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
43 lines (41 loc) · 1.29 KB
/
.gitattributes
File metadata and controls
43 lines (41 loc) · 1.29 KB
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
38
39
40
41
42
43
# For checkin. See man gitattributes: When text is set to "auto", the path is
# marked for automatic end-of-line normalization. If Git decides that the
# content is text, its line endings are normalized to LF on checkin.
* text=auto
# For checkout. See man gitattributes: eol This attribute sets a specific
# line-ending style to be used in the working directory. It enables end-of-line
# normalization without any content checks, effectively setting the text
# attribute.
*.java text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.json text eol=lf
*.cjs text eol=lf
*.mjs text eol=lf
*.html text eol=lf
*.svg text eol=lf
*.xml text eol=lf
*.xsl text eol=lf
*.xslt text eol=lf
*.txt text eol=lf
*.jsp text eol=lf
*.css text eol=lf
*.js text eol=lf
*.tld text eol=lf
*.wsdd text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.sh text eol=lf
*.conf text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.project text eol=lf
.classpath text eol=lf
.jsdtscope text eol=lf
org.eclipse.* text eol=lf
*.properties text eol=lf
/mvnw text text eol=lf
*.cmd text text eol=crlf
*.png binary
*.gif binary
*.ico binary