Skip to content

Commit 2a9f16a

Browse files
committed
update editconfig.
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 2f01cc2 commit 2a9f16a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.editorconfig

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
root = true
22

33
[*]
4-
5-
# Change these settings to your own preference
64
indent_style = space
75
indent_size = 2
8-
9-
[Makefile]
10-
indent_style = tab
11-
12-
# We recommend you to keep these unchanged
136
end_of_line = lf
147
charset = utf-8
158
trim_trailing_whitespace = true
169
insert_final_newline = true
17-
spaces_around_operators = true
18-
space_after_control_statements = true
19-
space_after_anonymous_functions = true
20-
spaces_in_brackets = false
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[Makefile]
15+
indent_style = tab

0 commit comments

Comments
 (0)