From f0c74f747f86d8d9f114eaf969863cbdf352a416 Mon Sep 17 00:00:00 2001 From: soloturn Date: Thu, 27 Jan 2022 08:54:32 +0100 Subject: [PATCH] tab is the default, exempt pom, yml --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1ed5c5951..65d01c390 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,9 +5,13 @@ root = true charset = utf-8 end_of_line = lf indent_size = 2 -indent_style = space +indent_style = tab trim_trailing_whitespace = true [*.md] max_line_length = off trim_trailing_whitespace = false + +[pom.xml, *.yml] +indent_style = space +