Change EditorConfig to be consistent with spring-javaformat
spring-javaformat uses tabs to indent java files
This commit is contained in:
committed by
Dave Syer
parent
907eea340b
commit
d94b995db2
@@ -10,3 +10,5 @@ indent_style = space
|
||||
[*.{java,xml}]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
|
||||
Reference in New Issue
Block a user