Skip to content

Commit

Permalink
[checkstyle] Make .editorconfig match checkstyle continuation indent (b…
Browse files Browse the repository at this point in the history
  • Loading branch information
risdenk authored Jan 30, 2017
1 parent ea91731 commit e79d9b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit e79d9b4

Please sign in to comment.