diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 355129b9b..80046d2f6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ indent_size = 4 tab_width = 4 insert_final_newline = true -[*.{yaml,yml}] +[*.{py,yaml,yml}] indent_style = space [pylintrc] |