summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 7eb72c5..1c3bb87 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,5 @@
# Set the default behavior, in case people don't have core.autocrlf set.
-* text=auto
+* text=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
@@ -13,6 +13,7 @@
*.png binary
*.jpg binary
+# auto* files
*.m4 text eol=lf
*.ac text eol=lf
*.am text eol=lf