diff --git a/.editorconfig b/.editorconfig index 112c9cf..a79e033 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,4 +17,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