aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-02-02 13:39:36 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-02-02 13:39:36 +0100
commitabb6c717277fb7eb8635d94c32ecab5dee4dd903 (patch)
treec453407d0dbb82ef5d0b22fbaec4d1ba241d663a /.gitattributes
downloaddotty-abb6c717277fb7eb8635d94c32ecab5dee4dd903.tar.gz
dotty-abb6c717277fb7eb8635d94c32ecab5dee4dd903.tar.bz2
dotty-abb6c717277fb7eb8635d94c32ecab5dee4dd903.zip
Initial gh-pages commit
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..a4689a686
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,27 @@
+# These files are text and should be normalized (convert crlf => lf)
+
+*.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
+*.cmd eol=crlf
+*-windows.tmpl eol=crlf
+
+# Some binary file types for completeness
+# (binary is a macro for -text -diff)
+*.dll binary
+*.gif binary
+*.jpg binary
+*.png binary
+*.class binary
+*.jar binary \ No newline at end of file