From be322d5934e96950fb1674a557431712035a2d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 20 Jul 2021 18:38:39 +0200 Subject: [PATCH] .editorconfig: simplify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .editorconfig | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0c7b110..f4f9239 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,20 +23,18 @@ root = true [*] charset = utf-8 end_of_line = lf -indent_style = space insert_final_newline = true -tab_width = 4 trim_trailing_whitespace = true -[.gitmodules] -indent_style = tab +[{*.xml,*.yml}] +indent_style = space +indent_size = 2 +tab_width = 2 [*.ebuild] indent_style = tab +indent_size = 4 +tab_width = 4 -[metadata.xml] +[.gitmodules] indent_style = tab - -[repositories.xml] -indent_style = space -tab_width = 2