Skip to content

Commit ba6a23d

Browse files
committed
chore: update editorconfig
1 parent af7b2ea commit ba6a23d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.editorconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ root = true
22

33
[*]
44
indent_style = space
5-
indent_size = 2
6-
tab_width = 4
5+
indent_size = 4
6+
charset = utf-8
77
end_of_line = lf
88
insert_final_newline = true
9+
trim_trailing_whitespace = true
910

10-
[*.{c,h,in,lua}]
11+
[*.{md,lua}]
1112
max_line_length = 100
1213

1314
[{Makefile,**/Makefile}]

0 commit comments

Comments
 (0)