Change EditorConfig to be consistent with spring-javaformat

spring-javaformat uses tabs to indent java files
This commit is contained in:
Kristof Neirynck 2020-05-21 14:51:47 +02:00 committed by Dave Syer
parent 907eea340b
commit d94b995db2

View file

@ -10,3 +10,5 @@ indent_style = space
[*.{java,xml}]
indent_size = 4
trim_trailing_whitespace = true
indent_style = tab
tab_width = 4