mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add more indentation settings to .editorconfig
Closes gh-16203
This commit is contained in:
committed by
Stephane Nicoll
parent
fc3aa43cc2
commit
bcec2bbb58
+1
-6
@@ -1,11 +1,6 @@
|
||||
root=true
|
||||
|
||||
[*.java]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
continuation_indent_size = 8
|
||||
|
||||
[*.xml]
|
||||
[*.{groovy,java,kt,xml}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
continuation_indent_size = 8
|
||||
|
||||
Reference in New Issue
Block a user