aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes23
1 files changed, 12 insertions, 11 deletions
diff --git a/.gitattributes b/.gitattributes
index d9d8b125c..a4689a686 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,15 +1,16 @@
# These files are text and should be normalized (convert crlf => lf)
-*.c text
-*.check text
-*.css text
-*.html text
-*.java text
-*.js text
-*.sbt text
-*.scala text
-*.sh text
-*.txt text
-*.xml text
+
+*.c text eol=lf
+*.check text eol=lf
+*.css text eol=lf
+*.html text eol=lf
+*.java text eol=lf
+*.js text eol=lf
+*.sbt text eol=lf
+*.scala text eol=lf
+*.sh text eol=lf
+*.txt text eol=lf
+*.xml text eol=lf
# Windows-specific files get windows endings
*.bat eol=crlf