Update .editorconfig for Python

This uses the idiomatic Python indentation rules.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2019-09-02 20:49:34 +03:00 committed by Pekka Paalanen
parent a277cc6d52
commit cd9b3ef0cd

View file

@ -13,3 +13,7 @@ max_line_length = 80
indent_style = space
indent_size = 2
tab_width = 8
[*.py]
indent_style = space
indent_size = 4