summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-09-22 10:27:00 +0300
committerGitHub <noreply@github.com>2017-09-22 10:27:00 +0300
commita838d982040995d1207df26ea51ba41e7cf01f2e (patch)
tree16444f1fda92b2a7102170b32c7712e185f4ef6b /.gitattributes
parenta18842e2aeb2e3d073626617f24243f737eadb4f (diff)
downloadvaadin-framework-a838d982040995d1207df26ea51ba41e7cf01f2e.tar.gz
vaadin-framework-a838d982040995d1207df26ea51ba41e7cf01f2e.zip
Replace CRLF with LF (#10062)
After this change, .gitattributes will take care of keeping native line endings. * Replace CRLF with LF in non-Java files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes34
1 files changed, 17 insertions, 17 deletions
diff --git a/.gitattributes b/.gitattributes
index c56fd8c904..6cc1e1e505 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,17 +1,17 @@
-# The default behavior
-* text=auto
-
-*.java text
-*.xml text
-*.htm text
-*.html text
-*.js text
-*.bnd text
-*.svg text
-*.md text
-*.txt text
-*.css text
-*.scss text
-
-# To be verified
-*.graffle binary
+# The default behavior
+* text=auto
+
+*.java text
+*.xml text
+*.htm text
+*.html text
+*.js text
+*.bnd text
+*.svg text
+*.md text
+*.txt text
+*.css text
+*.scss text
+
+# To be verified
+*.graffle binary