Update .editorconfig for Python
authorSimon Ser <contact@emersion.fr>
Mon, 2 Sep 2019 17:49:34 +0000 (20:49 +0300)
committerPekka Paalanen <pq@iki.fi>
Fri, 6 Sep 2019 12:09:22 +0000 (12:09 +0000)
This uses the idiomatic Python indentation rules.

Signed-off-by: Simon Ser <contact@emersion.fr>
.editorconfig

index e0fc853..803abf3 100644 (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