summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2019-06-16 00:41:35 +0100
committerGitHub <noreply@github.com>2019-06-16 00:41:35 +0100
commit28ee89884af4ed76593f25125e9ac356d177126a (patch)
treeac0bcabd09b9812c3a5c9a8b73f5d884badffcec
parent9600c6c1b41ca5f57354a6be05f849db712a3676 (diff)
Add LF normalization for .sh files
-rw-r--r--.gitattributes2
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