Skip to content

Commit ac1f941

Browse files
committed
add .editorconfig
1 parent 6f833c7 commit ac1f941

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
insert_final_newline = true
8+
charset = utf_8
9+
10+
[Makefile]
11+
indent_style = tab
12+
tab_width = 4

0 commit comments

Comments
 (0)