update .editorconfig

This commit is contained in:
Matthias Pfefferle 2024-10-08 17:36:32 +02:00
parent 00a57c39a4
commit a53486677e

View file

@ -12,11 +12,10 @@ end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
indent_style = tab indent_style = tab
indent_size = 4
[{.jshintrc,*.json,*.yml}] [*.yml]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[{*.txt,wp-config-sample.php}] [*.md]
end_of_line = lf trim_trailing_whitespace = false