diff options
author | Martmists <mail@martmists.com> | 2020-04-27 21:50:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 21:50:50 +0200 |
commit | 96d9f081dfad6fad2b6519b0f2b0653ac3480604 (patch) | |
tree | 99ff0ae71ea0f09a7d113fce0e1a85ec520dc161 | |
parent | cc47e937c121807c5a6cdc4d87aee1b6384beb20 (diff) | |
parent | 4bd24f94086640791952bf1e23b2655b3cfa6dcf (diff) |
Merge pull request #32 from red031000/master
add eol normalisation for .sha1 files because git is dumb
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..7aba79ac --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sha1 text eol=lf |