summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorKompwu <37782740+Kompwu@users.noreply.github.com>2018-07-13 09:04:51 +0200
committerBert Belder <bertbelder@gmail.com>2018-07-13 19:25:52 +0200
commit936c8f6e4c18aa9355c01cbf7ac2834d9ea14e45 (patch)
treeed50eafa35305e8467d1784731569fdec416f6d3 /.gitattributes
parentad4f335847daffcc5556008aebebaf2d1eecac67 (diff)
Create .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..3385d7774
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+# Auto-detect text files.
+* text=auto
+
+# Force Unix EOLs, to prevent Windows from breaking them.
+*.* text eol=lf