From cd9b3ef0cd2d6b6c5a07e07759699956af77555d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 2 Sep 2019 20:49:34 +0300 Subject: [PATCH] Update .editorconfig for Python This uses the idiomatic Python indentation rules. Signed-off-by: Simon Ser --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index e0fc8531..803abf34 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