Fix editorconfig
This project uses an indent of 4 spaces for Python code.
This commit is contained in:
parent
6d08479626
commit
992ba4a2a9
1 changed files with 1 additions and 4 deletions
|
@ -7,8 +7,5 @@ insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.md]
|
|
||||||
indent_size = 4
|
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_size = 2
|
indent_size = 4
|
||||||
|
|
Loading…
Reference in a new issue