Skip to content

Commit c3333cc

Browse files
committed
Clean up editorconfig file.
1 parent 4003a8e commit c3333cc

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.editorconfig

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
1-
# This file is for unifying the coding style for different editors and IDEs.
2-
# More information at http://editorconfig.org
31
root = true
42

53
[*]
4+
charset = utf-8
65
indent_style = space
6+
indent_size = 4
77
end_of_line = lf
8-
charset = utf-8
9-
trim_trailing_whitespace = true
108
insert_final_newline = true
11-
12-
[*.{js,html,css}]
13-
indent_size = 4
9+
trim_trailing_whitespace = true
1410

1511
[*.json]
1612
indent_size = 2
1713

1814
[*.md]
19-
indent_size = 4
2015
trim_trailing_whitespace = false
21-
22-
[*.sh]
23-
indent_size = 4

0 commit comments

Comments
 (0)