diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-01-19 22:35:41 +0100 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-01-19 22:35:41 +0100 |
commit | 7b5e37306fd503049d27fd96e451aed1baa24ad7 (patch) | |
tree | 1e9c02801cccaaef00f5726b8d5ff52d527c23a8 /.editorconfig | |
parent | .github/workflows/pkgcheck.yml: skip MissingAccountIdentifier check (diff) | |
download | guru-7b5e37306fd503049d27fd96e451aed1baa24ad7.tar.gz guru-7b5e37306fd503049d27fd96e451aed1baa24ad7.tar.bz2 guru-7b5e37306fd503049d27fd96e451aed1baa24ad7.zip |
.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>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index b1b4208e2..28c2daf2e 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 |