summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-30 19:09:36 +0700
committerGitHub <noreply@github.com>2021-08-30 19:09:36 +0700
commitdeb696dbef8389f75c2924df85b7a3dac56fbe29 (patch)
tree8394afa51de3a2786c18aff7d63cd8c7417bd658 /.gitattributes
parent5cf43bf0b5c72f96a0ae7face50768a8572ccf64 (diff)
downloadlibgd-deb696dbef8389f75c2924df85b7a3dac56fbe29.tar.gz
Update .gitattributes
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