Skip to content

Commit

Permalink
Added unified '.gitattributes' file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Oct 2, 2019
1 parent 79cf12a commit af0f0b1
Show file tree
Hide file tree
Showing 91 changed files with 2,577 additions and 2,556 deletions.
37 changes: 29 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
LICENSE text
*.md text
*.js text
*.json text
*.html text
*.css text
*.txt text
LICENSE text eol=lf
*.md text eol=lf
*.c text eol=lf
*.cc 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 eol=lf
Makefile text eol=lf
*.mk text eol=lf
*.nomk text eol=lf
*.pl text eol=lf
*.js text eol=lf
*.json text eol=lf
*.html text eol=lf
*.css text eol=lf
*.svg text eol=lf
*.png -crlf -diff
*.svg -crlf -diff
*.yml text eol=lf
*.xml text eol=lf
*.mcm text eol=lf
*.nsi text eol=lf
*.nsh text eol=lf
*.lua text eol=lf
*.txt text eol=lf
*.sh text eol=lf
*.config text eol=lf
Loading

0 comments on commit af0f0b1

Please sign in to comment.