diff --git a/.editorconfig b/.editorconfig index 837857a..f1d90c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,12 @@ insert_final_newline = true [*.php] indent_style = space + +[*.md] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = false + +[*.yml] +indent_size = 2 +indent_style = space