From d0ba122061245e85e9e63f9a3e66f8ce46fbedef Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Wed, 5 May 2021 12:32:47 +0200 Subject: [PATCH] Editorconfig: configure 4 spaces for python files (#4953) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e1d32ac6a..b58696109 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,7 +23,7 @@ trim_trailing_whitespace = unset insert_final_newline = unset trim_trailing_whitespace = unset -[*.{sql,sh}] +[*.{sql,sh,py}] indent_style = space indent_size = 4 tab_width = 4