From 5362df7aa51884b1a61f93f670c43f8f6dba0a5c Mon Sep 17 00:00:00 2001 From: Puqns67 Date: Mon, 11 Mar 2024 21:12:41 +0800 Subject: [PATCH] repo: update .editorconfig --- .editorconfig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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