Skip to content

Commit 3b486b7

Browse files
committed
update .gitattributes
1 parent 2bcacb1 commit 3b486b7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Diff for: .gitattributes

+9-3
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,30 @@
88
# The above will handle all files NOT found below
99
#
1010
# These files are text and should be normalized (Convert crlf => lf)
11+
.gitattributes text
12+
.gitignore text
13+
.editorconfig text
14+
*.bat text eol=crlf
15+
*.cmd text eol=crlf
1116
*.css text diff=css
1217
*.htm text diff=html
1318
*.html text diff=html
1419
*.hx text
20+
*.hxml text
21+
*.hxproj text
22+
*.java text diff=java
1523
*.js text
1624
*.json text
1725
*.md text
1826
*.properties text
19-
*.sh text
27+
*.sh text diff=bash eol=lf
2028
*.txt text
2129
*.xml text
2230
*.yaml text
2331
*.yml text
2432

2533
# These files are binary and should be left untouched
2634
# (binary is a macro for -text -diff)
27-
*.bat binary
28-
*.cmd binary
2935
*.gif binary
3036
*.ico binary
3137
*.jpg binary

0 commit comments

Comments
 (0)