From d94b995db23e9251a865b85bcb2d8ed99f45d8bb Mon Sep 17 00:00:00 2001 From: Kristof Neirynck Date: Thu, 21 May 2020 14:51:47 +0200 Subject: [PATCH] Change EditorConfig to be consistent with spring-javaformat spring-javaformat uses tabs to indent java files --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) 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