From 60b4b4db187d6cc8fa6cfd06b57c3a171011f2ab Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 14 Oct 2016 16:33:44 +0200 Subject: [PATCH] Python scripts have 4-spaces indent --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 88bac2de22f..154ed650bd5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 2 + +# python scripts have 4 spaces indent +[*.py] +indent_size = 4