diff --git a/.editorconfig b/.editorconfig index 8d67bc7a5..44e7e6703 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,5 @@ indent_style = space [*.{java,xml}] indent_size = 4 trim_trailing_whitespace = true +indent_style = tab +tab_width = 4