diff --git a/.editorconfig b/.editorconfig index dae5b46..896e3c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,10 @@ indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[*.md] +max_line_length = 0 +trim_trailing_whitespace = false + +[*.py] +indent_size = 4