From 7b282e4dbc43246bd3f33850127bf19e4a2c6df3 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Tue, 5 Feb 2019 17:47:26 +0300 Subject: Fix indentation for .py files in .editorconfig (#1672) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index a05749c25..959719527 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true + +[*.py] +indent_size = 4 -- cgit v1.2.3