diff --git a/.editorconfig b/.editorconfig index 83db792..082123a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,4 +14,6 @@ indent_style = space indent_size = 2 [*.md] -trim_trailing_whitespace = false +indent_style = space +indent_size = 2 +trim_trailing_whitespace = false \ No newline at end of file