Commit bcec2bbb authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Add more indentation settings to .editorconfig

Closes gh-16203
parent fc3aa43c
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment