Skip to content

Commit 348c24e

Browse files
committed
Added .gitattributes for automatic LF line ending conversion
1 parent 3b465de commit 348c24e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*.c text
2+
*.cpp text
3+
*.h text
4+
*.s text
5+
*.sct text
6+
*.ld text
7+
*.txt text
8+
*.xml text
9+
*.py text
10+
*.md text
11+
*.json text
12+
*.tmpl text
13+
*.dia binary
14+
*.elf binary
15+
*.bin binary

0 commit comments

Comments
 (0)