summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authornfenwick <nfenwick@pglaf.org>2025-03-01 08:29:44 -0800
committernfenwick <nfenwick@pglaf.org>2025-03-01 08:29:44 -0800
commit510a83164f79a7c3e250134dfcd8dfec31558e9a (patch)
tree3d14e3e776c6320fd981a07f29aa7e4c4a7a0856 /.gitattributes
parentf1925b69eaf3a3a11b6dbd59628600d38f83294c (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