Skip to content

Commit d9b2792

Browse files
committed
Add editor config
1 parent 9f61c38 commit d9b2792

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
8+
[*.{c,h}]
9+
indent_style = tab
10+
indent_size = 4
11+
12+
[Makefile]
13+
indent_style = tab

0 commit comments

Comments
 (0)