aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-09-19 22:03:41 -0700
committerZac Medico <zmedico@gentoo.org>2021-09-19 22:04:35 -0700
commit7225cfb6d7d03e1bd0bd7f5506fd902bb05f1488 (patch)
tree4bc82824d3a266a9d67b789f2478608d402ae866
parentAdded rev ignore file, to make git blame more usable (diff)
downloadportage-7225cfb6.tar.gz
portage-7225cfb6.tar.bz2
portage-7225cfb6.zip
.editorconfig: *.py indent_style = space
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--.editorconfig2
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]