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:
KOLANICH 2018-07-23 07:24:10 +00:00 committed by Philip Hyunsu Cho
parent a393d44c5d
commit a1505de631

View File

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