diff options
author | Dave Gauer <ratfactor@gmail.com> | 2021-03-03 09:00:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 09:00:16 -0500 |
commit | 6d4d7556f820bdddc239cf4d78a59289e21e4f15 (patch) | |
tree | 3d77befe2dfe79c2ff5abd55ce97de7456a24ba1 /.gitattributes | |
parent | 2f1bf6f1af812bb5b53ac075d9e208dcb0f9abbb (diff) | |
parent | fee737380b449f7ed911cf2fd28dbfe97e284b3d (diff) | |
download | ziglings-6d4d7556f820bdddc239cf4d78a59289e21e4f15.tar.gz ziglings-6d4d7556f820bdddc239cf4d78a59289e21e4f15.tar.bz2 ziglings-6d4d7556f820bdddc239cf4d78a59289e21e4f15.tar.xz ziglings-6d4d7556f820bdddc239cf4d78a59289e21e4f15.zip |
Merge pull request #30 from JosephTLyons/Whitespace-cleanup
Cleaned up some extraneous whitespace characters
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 2ab768e..97386d9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,4 +14,3 @@ # Text files to always have LF (unix) line endings on checkout. *.sh text eol=lf *.zig text eol=lf - |