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
@ -5,3 +5,7 @@ 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