diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2019-06-16 00:41:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 00:41:35 +0100 |
commit | 28ee89884af4ed76593f25125e9ac356d177126a (patch) | |
tree | ac0bcabd09b9812c3a5c9a8b73f5d884badffcec | |
parent | 9600c6c1b41ca5f57354a6be05f849db712a3676 (diff) |
Add LF normalization for .sh files
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index b095aa2cd..4e8417c0c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ *.pal text eol=crlf - +*.sh text eol=lf *.s text eol=lf *.txt text eol=lf Makefile text eol=lf |