chore: update editorconfig

This commit is contained in:
Seth Falco 2021-12-07 13:07:00 +01:00
parent c7262e11ba
commit 74b46447de
No known key found for this signature in database
GPG Key ID: DE1C217EFF01FEC8
1 changed files with 2 additions and 0 deletions

View File

@ -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