From a1505de631b93d30b3cd29c61853410540f145a2 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Mon, 23 Jul 2018 07:24:10 +0000 Subject: [PATCH] Added configuration for python into .editorconfig (#3494) * Added configuration for python into .editorconfig * Fixed forgotten change in the number of spaces --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 17fd3a0dd..97a7bc133 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,4 +4,8 @@ root = true charset=utf-8 indent_style = space indent_size = 2 -insert_final_newline = true \ No newline at end of file +insert_final_newline = true + +[*.py] +indent_style = space +indent_size = 4