Added unified '.gitattributes' file.
parent
79cf12a63d
commit
af0f0b1155
|
@ -1,9 +1,30 @@
|
||||||
LICENSE text
|
LICENSE text eol=lf
|
||||||
*.md text
|
*.md text eol=lf
|
||||||
*.js text
|
*.c text eol=lf
|
||||||
*.json text
|
*.cc text eol=lf
|
||||||
*.html text
|
*.h text eol=lf
|
||||||
*.css text
|
*.cc text eol=lf
|
||||||
*.txt text
|
*.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
|
*.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…
Reference in New Issue