Skip to content

Commit c0607bf

Browse files
committed
Clean EditorConfig file
1 parent 2b5c7b8 commit c0607bf

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.editorconfig

-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
1-
# EditorConfig helps developers define and maintain consistent
2-
# coding styles between different editors and IDEs
3-
# editorconfig.org
4-
51
root = true
62

7-
83
[*]
9-
10-
# Change these settings to your own preference
114
indent_style = space
125
indent_size = 2
13-
14-
[*.json]
15-
indent_size = 2
16-
17-
# We recommend you to keep these unchanged
186
end_of_line = lf
197
charset = utf-8
208
trim_trailing_whitespace = true
219
insert_final_newline = true
22-
23-
[*.md]
24-
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)