diff options
| author | 2020-09-19 16:53:35 -0500 | |
|---|---|---|
| committer | 2020-09-19 16:53:35 -0500 | |
| commit | bc1ef813c2baa6d534a1cabf50d34a10f7b0d571 (patch) | |
| tree | adacc018b68c5d1a2ecf1142e5e8851132209424 /.gitattributes | |
| parent | Add more help text to doc macro and default repl. (diff) | |
Fix whitespace.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitattributes b/.gitattributes index 144d3aa5..7ceffe52 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +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 +*.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 |
