Skip to content

Commit

Permalink
Set line endings for known text files to default to LF.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Nov 4, 2017
1 parent 478ebd5 commit 196a049
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 196a049

Please sign in to comment.