Skip to content

Commit

Permalink
Updated IndentationRule KDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Shyiko committed Mar 4, 2019
1 parent 5a7b378 commit c16dc8f
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ import java.util.LinkedList
* - 1st pass - insert missing newlines (e.g. between parentheses of a multi-line function call)
* - 2st pass - correct indentation
*
* Key principles:
* - If something (e.g. condition) does not fit a single line - it should be on a separate line.
* e.g. if (a &&
* b) {
* }
* ->
* if (
* a &&
* b
* } {
* }
*
* Current limitations:
* - indent_style=tab not supported.
* - "all or nothing" (currently, rule can only be disabled for an entire file)
Expand Down

0 comments on commit c16dc8f

Please # to comment.