Set line endings for known text files to default to LF.

This commit is contained in:
mikeller 2017-11-04 14:48:19 +13:00
parent 478ebd5d64
commit 196a049ad0
1 changed files with 10 additions and 10 deletions

20
.gitattributes vendored
View File

@ -1,13 +1,13 @@
*.md text
*.c text
*.h text
*.cc text
*.S text
*.s text
*.md text eol=lf
*.c text eol=lf
*.h text eol=lf
*.cc text eol=lf
*.S text eol=lf
*.s text eol=lf
*.hex -crlf -diff
*.elf -crlf -diff
*.ld text
Makefile text
*.ld text eol=lf
Makefile text eol=lf
*.bat eol=crlf
*.txt text
*.sh text
*.txt text eol=lf
*.sh text eol=lf