From: Simon Ser Date: Mon, 2 Sep 2019 17:49:34 +0000 (+0300) Subject: Update .editorconfig for Python X-Git-Tag: 1.17.91~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd9b3ef0cd2d6b6c5a07e07759699956af77555d;p=platform%2Fupstream%2Fwayland.git Update .editorconfig for Python This uses the idiomatic Python indentation rules. Signed-off-by: Simon Ser --- 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