summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorpgww <pgww@lists.pglaf.org>2026-06-13 04:07:10 -0700
committerpgww <pgww@lists.pglaf.org>2026-06-13 04:07:10 -0700
commit25175808d4c4c92c6bfcb77fc2e70113a1ff7cef (patch)
treed207fcbb85db9eaf70513703d5e236bae80414ab /.gitattributes
parent9c213f87d942a9a58f11b76b4802cb4f91154833 (diff)
fix non-asciiHEADmain
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 6833f05..d7b82bc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,4 @@
-* text=auto
-*.txt text
-*.md text
+*.txt text eol=lf
+*.htm text eol=lf
+*.html text eol=lf
+*.md text eol=lf