diff --git a/.editorconfig b/.editorconfig index c4b8b70..8aa5d3b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ indent_style = tab trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 4