diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-10 12:31:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-10 12:31:18 -0400 |
commit | d75a62af27b3cc472fdbd8facca146f2744d2572 (patch) | |
tree | 6bc9472cf666cf5af16cf34c6c434785395fa5bc | |
parent | 9e969601456fb0ef392910d505e0e0673a902bd3 (diff) | |
parent | 97263c0672a7a37b92062c66612105042ecc67a4 (diff) |
Merge pull request #5 from Kermalis/master
Enforce LF line endings in .sh files
-rw-r--r-- | .gitattributes | 5 |
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 |