Skip to content

Commit 519a35c

Browse files
authored
Added unified '.gitattributes' file. (#246)
Added unified '.gitattributes' file.
2 parents 176911e + fa8cd25 commit 519a35c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitattributes

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
*.js text eol=lf
17+
*.json text eol=lf
18+
*.html text eol=lf
19+
*.css text eol=lf
20+
*.svg text eol=lf
21+
*.png -crlf -diff
22+
*.yml text eol=lf
23+
*.xml text eol=lf
24+
*.mcm text eol=lf
25+
*.nsi text eol=lf
26+
*.nsh text eol=lf
27+
*.lua text eol=lf
28+
*.txt text eol=lf
29+
*.sh text eol=lf
30+
*.config text eol=lf

0 commit comments

Comments
 (0)