commit:     0351bb0be977f64c3855bd4cf5eee2b13bf2c1c3
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Jan 19 19:15:59 2021 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Jan 19 19:20:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0351bb0b

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 <AT> tastytea.de>

 .editorconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index 3d49c10c..b1b4208e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,9 +4,11 @@ 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

Reply via email to