From 79e8c30bf58d8348c7bfe54ebcde944c134f6a5c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 12 Apr 2020 16:13:06 +0200 Subject: [PATCH] .editorconfig: add python --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6ac0df79..23219591 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,7 @@ end_of_line = lf insert_final_newline = true indent_style = tab charset = utf-8 + +[*.py] +indent_style = space +indent_size = 4