diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-09-22 10:27:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 10:27:00 +0300 |
commit | a838d982040995d1207df26ea51ba41e7cf01f2e (patch) | |
tree | 16444f1fda92b2a7102170b32c7712e185f4ef6b /.gitattributes | |
parent | a18842e2aeb2e3d073626617f24243f737eadb4f (diff) | |
download | vaadin-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-- | .gitattributes | 34 |
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 |