diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-09-19 22:03:41 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-09-19 22:04:35 -0700 |
commit | 7225cfb6d7d03e1bd0bd7f5506fd902bb05f1488 (patch) | |
tree | 4bc82824d3a266a9d67b789f2478608d402ae866 /.editorconfig | |
parent | Added rev ignore file, to make git blame more usable (diff) | |
download | portage-7225cfb6d7d03e1bd0bd7f5506fd902bb05f1488.tar.gz portage-7225cfb6d7d03e1bd0bd7f5506fd902bb05f1488.tar.bz2 portage-7225cfb6d7d03e1bd0bd7f5506fd902bb05f1488.zip |
.editorconfig: *.py indent_style = space
Signed-off-by: Zac Medico <zmedico@gentoo.org>
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] |