guru/.editorconfig
Ronny (tastytea) Gutbrod 7b5e37306f
.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>
2021-01-19 22:35:41 +01:00

16 lines
210 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
tab_width = 4
charset = utf-8
[*.ebuild]
indent_style = tab
trim_trailing_whitespace = true
[repositories.xml]
indent_style = space
tab_width = 2