Skip to content

Commit 38c4c52

Browse files
committed
QA: update editor config
1 parent 26bfaf3 commit 38c4c52

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.editorconfig

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ end_of_line = lf
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11-
[*.{md,html}]
11+
[*.{html}]
1212
indent_style = tab
1313
indent_size = tab
1414
tab_width = 4
1515

16-
[*.{js,ts}]
17-
indent_style = space
18-
indent_size = 2
19-
20-
[{composer.json,package.json,.travis.yml}]
16+
[*.{js,ts,json,yml,yaml,md}]
2117
indent_style = space
2218
indent_size = 2

0 commit comments

Comments
 (0)