diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-01-19 20:15:59 +0100 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-01-19 20:20:02 +0100 |
commit | 0351bb0be977f64c3855bd4cf5eee2b13bf2c1c3 (patch) | |
tree | 5afcb30e2874b8ffe6c4028c6e2d4f1513ad338a /.editorconfig | |
parent | add editorconfig (diff) | |
download | guru-0351bb0be977f64c3855bd4cf5eee2b13bf2c1c3.tar.gz guru-0351bb0be977f64c3855bd4cf5eee2b13bf2c1c3.tar.bz2 guru-0351bb0be977f64c3855bd4cf5eee2b13bf2c1c3.zip |
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>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 3d49c10c1..b1b4208e2 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 |