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 +