Skip to content

Commit 2254c8a

Browse files
committed
Fixed .editorconfig
1 parent 846e4c8 commit 2254c8a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.editorconfig

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,17 @@
22

33
# top-most EditorConfig file
44
root = true
5-
charset = utf-8
6-
trim_trailing_whitespace = true
75

86
[*]
97
end_of_line = lf
108
insert_final_newline = true
119
indent_style = tab
1210
indent_size = 4
11+
charset = utf-8
12+
trim_trailing_whitespace = true
1313

14-
[*.{php,phpt,xml,json,w32}]
14+
[*.{yml,m4,sh,md,php,phpt,xml,json,w32}]
1515
indent_style = space
1616

17-
[*.{yml,m4}]
17+
[*.{yml,m4,sh}]
1818
indent_size = 2
19-
indent_style = space
20-
21-
[*.md]
22-
indent_style = space
23-
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)