This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-components.git
commit 2a2f51a157c597c6cc7e481ff8dbef16b3f05dfb Author: Martin Stockhammer <[email protected]> AuthorDate: Thu Nov 21 21:25:16 2019 +0100 Setting indent for pom to 2 --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index b26c4ed..bfd8fa2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -428,3 +428,7 @@ ij_shell_switch_cases_indented = false [{.asciidoctorconfig,*.ad,*.adoc,*.asciidoc}] ij_asciidoc_formatting_enabled = true ij_asciidoc_one_sentence_per_line = true + +[pom.xml] +tab_width = 2 +indent_size = 2 \ No newline at end of file
