aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorCalvin Rose <crose@gmail.com>2020-09-13 20:49:38 -0500
committerCalvin Rose <crose@gmail.com>2020-09-13 20:49:38 -0500
commit32bf70571a64185a575a1ca262f4148bdf6cbd60 (patch)
treebb9b7c9e1f40f2e8e76df9f0935b49767f9db7a0 /.gitattributes
parentUpdate CHANGELOG.md (diff)
Fix os/spawn piping on windows and free handles on errors.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index c0b7fe0e..144d3aa5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,10 @@
*.janet linguist-language=Clojure
+
+*.janet text eol=lf
+*.c text eol=lf
+*.h text eol=lf
+*.md text eol=lf
+*.yml text eol=lf
+*.build text eol=lf
+*.txt text eol=lf
+*.sh text eol=lf