Skip to content

Commit 162983d

Browse files
committed
add editorconfig
1 parent eaffcff commit 162983d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
7+
[*.{c,h,d,di,dd,json}]
8+
insert_final_newline = true
9+
indent_style = space
10+
indent_size = 4
11+
trim_trailing_whitespace = true
12+
13+
[*.{yml}]
14+
indent_size = 2
15+
16+
[*.md]
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)