Skip to content

Commit

Permalink
Support continuous indentation in editorconfig
Browse files Browse the repository at this point in the history
This is supported by Android Studio and IntelliJ and is important for
keeping consistency with the existing code style.
  • Loading branch information
ahmedre committed Nov 25, 2016
1 parent b716854 commit 5cdf528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
continuation_indent_size = 4
charset = utf-8

0 comments on commit 5cdf528

Please sign in to comment.