Skip to content

Commit 0a1f923

Browse files
committed
A couple minor .gitattributes additions.
1 parent 2097a65 commit 0a1f923

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
# fallback on built-in heuristics
2+
# this must be first so later entries will override it
3+
* text=auto
4+
15
# These files are text and should be normalized (convert crlf => lf)
26
*.c text
37
*.check text
48
*.css text
9+
*.flags text
510
*.html text
611
*.java text
712
*.js text
13+
*.policy text
814
*.sbt text
915
*.scala text
1016
*.sh text

0 commit comments

Comments
 (0)