diff options
| author | 2020-09-13 20:49:38 -0500 | |
|---|---|---|
| committer | 2020-09-13 20:49:38 -0500 | |
| commit | 32bf70571a64185a575a1ca262f4148bdf6cbd60 (patch) | |
| tree | bb9b7c9e1f40f2e8e76df9f0935b49767f9db7a0 /.gitattributes | |
| parent | Update CHANGELOG.md (diff) | |
Fix os/spawn piping on windows and free handles on errors.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 9 |
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 |
