mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
Set charset to UTF-8 for everything: <https://www.gentoo.org/glep/glep-0031.html>. Trim trailing whitespace in ebuilds: <https://devmanual.gentoo.org/ebuild-writing/file-format/index.html>. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
19 lines
245 B
INI
19 lines
245 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
|
|
|
|
[metadata.xml]
|
|
indent_style = tab
|
|
|
|
[repositories.xml]
|
|
indent_style = space
|
|
tab_width = 2
|