Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 20 Sep 2021 05:37:00
Message-Id: 1632114275.7225cfb6d7d03e1bd0bd7f5506fd902bb05f1488.zmedico@gentoo
1 commit: 7225cfb6d7d03e1bd0bd7f5506fd902bb05f1488
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 05:03:41 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 05:04:35 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7225cfb6
7
8 .editorconfig: *.py indent_style = space
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 .editorconfig | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/.editorconfig b/.editorconfig
16 index 355129b9b..80046d2f6 100644
17 --- a/.editorconfig
18 +++ b/.editorconfig
19 @@ -10,7 +10,7 @@ indent_size = 4
20 tab_width = 4
21 insert_final_newline = true
22
23 -[*.{yaml,yml}]
24 +[*.{py,yaml,yml}]
25 indent_style = space
26
27 [pylintrc]