mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +00:00
Change EditorConfig to be consistent with spring-javaformat
spring-javaformat uses tabs to indent java files
This commit is contained in:
parent
907eea340b
commit
d94b995db2
1 changed files with 2 additions and 0 deletions
|
@ -10,3 +10,5 @@ indent_style = space
|
|||
[*.{java,xml}]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
|
|
Loading…
Reference in a new issue