summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authornfenwick <nfenwick@pglaf.org>2025-02-28 00:31:24 -0800
committernfenwick <nfenwick@pglaf.org>2025-02-28 00:31:24 -0800
commit2dfd4bb958c6bfc0ea60d67cc26841991e0ff236 (patch)
tree30704e7517d4fc2557023ccfe8203cc619cbf108 /.gitattributes
parent43771f7830f3dcf24e90af3ccad4e2edc1a14c02 (diff)
Add LICENSE.txt and README.mdHEADmain
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d7b82bc
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+*.txt text eol=lf
+*.htm text eol=lf
+*.html text eol=lf
+*.md text eol=lf