diff --git a/.editorconfig b/.editorconfig index ceb407da..a541e47e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,11 +12,10 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -indent_size = 4 -[{.jshintrc,*.json,*.yml}] +[*.yml] indent_style = space indent_size = 2 -[{*.txt,wp-config-sample.php}] -end_of_line = lf +[*.md] +trim_trailing_whitespace = false