diff --git a/.editorconfig b/.editorconfig index d97e35e..418d261 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,9 +8,11 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true curly_bracket_next_line = false +spaces_around_operators = true [*.{markdown,md}] trim_trailing_whitespace = false [*.py] indent_size = 4 +quote_type = double