.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@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod 2021-01-19 22:35:41 +01:00
parent 84555715ae
commit 7b5e37306f
No known key found for this signature in database
GPG Key ID: CFC39497F1B26E07

View File

@ -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