Skip to content

Commit 5e85602

Browse files
committed
chore: added .editorconfig
1 parent 5e26796 commit 5e85602

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

+13
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+
7+
[*.{js,json,md,cpp,h}]
8+
charset = utf-8
9+
indent_style = space
10+
indent_size = 4
11+
12+
[Makefile]
13+
indent_style = tab

0 commit comments

Comments
 (0)