summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-08-10 12:31:18 -0400
committerGitHub <noreply@github.com>2019-08-10 12:31:18 -0400
commitd75a62af27b3cc472fdbd8facca146f2744d2572 (patch)
tree6bc9472cf666cf5af16cf34c6c434785395fa5bc
parent9e969601456fb0ef392910d505e0e0673a902bd3 (diff)
parent97263c0672a7a37b92062c66612105042ecc67a4 (diff)
Merge pull request #5 from Kermalis/master
Enforce LF line endings in .sh files
-rw-r--r--.gitattributes5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 7c8d269..67718d3 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
@@ -13,3 +13,6 @@ Makefile text eol=lf
*.png binary
*.bin binary
+
+*.h linguist-language=C
+*.inc linguist-language=Assembly