From 0a13997d21e463765ceb341c0efc2c50c47c6342 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 26 May 2021 09:35:48 +0300 Subject: [PATCH] editorconfig: remove obsolete entry and add python script rules --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 92d03c09..a079da5b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ insert_final_newline = true indent_style = tab indent_size = 8 -[docs/sitemap.txt] -indent_style = tab -indent_size = 2 +[*.py] +indent_style = space +indent_size = 4