Skip to content

Commit 7ea97bf

Browse files
committed
Added unified '.gitattributes' file.
1 parent 176911e commit 7ea97bf

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitattributes

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
LICENSE text eol=lf
2+
*.md text eol=lf
3+
*.c text eol=lf
4+
*.cc text eol=lf
5+
*.h text eol=lf
6+
*.cc text eol=lf
7+
*.S text eol=lf
8+
*.s text eol=lf
9+
*.hex -crlf -diff
10+
*.elf -crlf -diff
11+
*.ld text eol=lf
12+
Makefile text eol=lf
13+
*.mk text eol=lf
14+
*.nomk text eol=lf
15+
*.pl text eol=lf
16+
*.php text eol=lf
17+
*.js text eol=lf
18+
*.json text eol=lf
19+
*.html text eol=lf
20+
*.css text eol=lf
21+
*.svg text eol=lf
22+
*.png -crlf -diff
23+
*.yml text eol=lf
24+
*.xml text eol=lf
25+
*.mcm text eol=lf
26+
*.nsi text eol=lf
27+
*.nsh text eol=lf
28+
*.lua text eol=lf
29+
*.bat eol=crlf
30+
*.txt text eol=lf
31+
*.sh text eol=lf
32+
*.config text eol=lf

0 commit comments

Comments
 (0)