Skip to content

Commit 74b4644

Browse files
committedDec 7, 2021
chore: update editorconfig
1 parent c7262e1 commit 74b4644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010
curly_bracket_next_line = false
11+
spaces_around_operators = true
1112

1213
[*.{markdown,md}]
1314
trim_trailing_whitespace = false
1415

1516
[*.py]
1617
indent_size = 4
18+
quote_type = double

0 commit comments

Comments
 (0)
Please sign in to comment.