diff --git a/.editorconfig b/.editorconfig index 6c6a8ec..20d0bb3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,12 @@ -[*.xml] -indent_style = space -indent_size = 2 +root = true + +[*] +charset = utf-8 +insert_final_newline = true + +[metadata.xml] +indent_style = tab +indent_size = 4 [*.ebuild] indent_style = tab