summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-09-02 20:49:34 +0300
committerPekka Paalanen <pq@iki.fi>2019-09-06 12:09:22 +0000
commitcd9b3ef0cd2d6b6c5a07e07759699956af77555d (patch)
tree65890eb0b302bb2c27dd55777bb38a560e0bc0b7 /.editorconfig
parenta277cc6d5238321a37951bd0a0448bb6ce0e115f (diff)
Update .editorconfig for Python
This uses the idiomatic Python indentation rules. Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index e0fc853..803abf3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,3 +13,7 @@ max_line_length = 80
indent_style = space
indent_size = 2
tab_width = 8
+
+[*.py]
+indent_style = space
+indent_size = 4