Skip to content
Snippets Groups Projects
Commit e79d9b45 authored by Kevin Risden's avatar Kevin Risden Committed by GitHub
Browse files

[checkstyle] Make .editorconfig match checkstyle continuation indent (#898)

parent ea91731e
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,14 @@ root = true
[*.java]
indent_style = space
indent_size = 2
continuation_indent_size = 4
[*.md]
indent_style = space
indent_size = 2
continuation_indent_size = 4
[*.xml]
indent_style = space
indent_size = 2
continuation_indent_size = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment