From 2af5343f1cac5241cc1b0b066c89af70dfa3021a Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 10 Oct 2020 13:24:39 +0300 Subject: Update .editorconfig Add more flexibility for non-ebuild and non-xml files. --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 39f014a..9bf2f6a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,13 +3,13 @@ root = false [*] charset = utf-8 end_of_line = lf -indent_size = 4 -indent_style = space insert_final_newline = true trim_trailing_whitespace = true [*.ebuild] +indent_size = 4 indent_style = tab [*.xml] +indent_size = 4 indent_style = tab -- cgit 1.4.1