mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
“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>
16 lines
210 B
INI
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
|