mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
.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:
parent
84555715ae
commit
7b5e37306f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user