summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-11-29 20:26:10 -0800
committerBert Belder <bertbelder@gmail.com>2018-12-03 11:33:58 -0800
commite5d1ac8074c13556c6d6a971c0b768b23a06ae20 (patch)
treef5c484e409876526e3e263c27df4b13b66d1dbc3 /.gitattributes
parent7c6479e28fc251d1c0c0aa16f06dbe56fba3afc1 (diff)
.gitattributes: not all files are text
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes
index 3385d7774..3c53eb39d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,2 @@
-# Auto-detect text files.
-* text=auto
-
-# Force Unix EOLs, to prevent Windows from breaking them.
-*.* text eol=lf
+# Use Unix line endings in all text files.
+* text=auto eol=lf