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