Files
guru/.editorconfig
Ronny (tastytea) Gutbrod 0351bb0be9 Update .editorconfig.
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>
2021-01-19 20:20:02 +01:00

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