diff options
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 1a20136..58a4e47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,7 +33,6 @@ ignore_space_after_colon = false remove_call_expression_list_finish_comma = false end_statement_with_semicolon = keep - # Python config [*.py] indent_size = 4 @@ -52,6 +51,7 @@ trim_trailing_whitespace = false # Markdown config [**.md] +indent_size = 2 trim_trailing_whitespace = false # Textfile config |
