diff --git a/.editorconfig b/.editorconfig index d279e0c..823b220 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ insert_final_newline = true trim_trailing_whitespace = true max_line_length = 79 +[*.md] +indent_size = 2 + [*.sql] indent_size = 4