Fixes .editorconfig, refs #132

This commit is contained in:
sobolevn
2019-08-13 15:04:02 +03:00
parent 7f476057b0
commit 737fd239b6

View File

@@ -11,5 +11,7 @@ indent_size = 2
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.py] [*.py]
indent_style = space indent_size = 4
[*.pyi]
indent_size = 4 indent_size = 4