Added configuration for python into .editorconfig (#3494)
* Added configuration for python into .editorconfig * Fixed forgotten change in the number of spaces
This commit is contained in:
parent
a393d44c5d
commit
a1505de631
@ -4,4 +4,8 @@ root = true
|
|||||||
charset=utf-8
|
charset=utf-8
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user