Merge pull request #1208 from SethFalco/editorconfig

chore: add spaces_around_operators and quote_type
pull/1205/head
Siddharth Dushantha 3 years ago committed by GitHub
commit ec8f06d3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save