Skip to content

Commit a534866

Browse files
committed
update .editorconfig
1 parent 00a57c3 commit a534866

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.editorconfig

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ end_of_line = lf
1212
insert_final_newline = true
1313
trim_trailing_whitespace = true
1414
indent_style = tab
15-
indent_size = 4
1615

17-
[{.jshintrc,*.json,*.yml}]
16+
[*.yml]
1817
indent_style = space
1918
indent_size = 2
2019

21-
[{*.txt,wp-config-sample.php}]
22-
end_of_line = lf
20+
[*.md]
21+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)