diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-21 19:15:21 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-21 20:15:21 +0300 |
commit | 105012f3b62447aa4366841b6294c13898ae934e (patch) | |
tree | bf7262deb9844c29b7dfa3fd9282348845089f77 | |
parent | 132d9fa60e1d5530c01e1954905ef5d0f9643060 (diff) | |
download | vaadin-framework-105012f3b62447aa4366841b6294c13898ae934e.tar.gz vaadin-framework-105012f3b62447aa4366841b6294c13898ae934e.zip |
Add .gitattribute, to automatically handle text files end-of-line (#10052)
-rw-r--r-- | .gitattribute | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattribute b/.gitattribute new file mode 100644 index 0000000000..c56fd8c904 --- /dev/null +++ b/.gitattribute @@ -0,0 +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
|