spring-boot/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
100 B
INI
Raw Permalink Normal View History

root=true
[*.{groovy,java,kt,xml}]
indent_style = tab
indent_size = 4
2017-04-18 16:41:53 +08:00
continuation_indent_size = 8