mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Change EditorConfig to reflect some files are indented with 2 spaces
This commit is contained in:
parent
d94b995db2
commit
9873188e29
1 changed files with 7 additions and 0 deletions
|
@ -12,3 +12,10 @@ indent_size = 4
|
|||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
|
||||
[{pom,wro}.xml]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.{html,sql,less}]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue