commit:     7b5e37306fd503049d27fd96e451aed1baa24ad7
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Jan 19 21:35:41 2021 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Jan 19 21:35:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b5e3730

.editorconfig: Don't force tabs in metadata.xml.

“Indentation should be consistent, i.e. either spaces or tabs, but not
both. Keep the existing style when touching metadata.xml files that
belong to other developers.”
<https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/index.html>

There are 250 packages that use spaces and 276 that use tabs right now.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 .editorconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index b1b4208e..28c2daf2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,9 +10,6 @@ charset = utf-8
 indent_style = tab
 trim_trailing_whitespace = true
 
-[metadata.xml]
-indent_style = tab
-
 [repositories.xml]
 indent_style = space
 tab_width = 2

Reply via email to