Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an extendedIndentForExpressionBodies flag to the WRONG_INDENTATION check #1443

Merged

Commits on Jul 12, 2022

  1. Add an extendedIndentForExpressionBodies flag to the `WRONG_INDENTA…

    …TION` check
    
    ### What's done:
    
     * This commit adds a separate `extendedIndentForExpressionBodies` flag,
       defaulting to `false`.
     * The flag controls whether continuation indent is used to indent expression
       bodies (previously, controlled with `extendedIndentAfterOperators`).
     * The corresponding flags are:
       * _IDEA_: `CONTINUATION_INDENT_FOR_EXPRESSION_BODIES`
       * `.editorconfig`: `ij_kotlin_continuation_indent_for_expression_bodies`
    0x6675636b796f75676974687562 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    41be6c4 View commit details
    Browse the repository at this point in the history
  2. Reference the new flag under appendix.tex, too

    ### What's done:
    
     * `appendix.tex` changed.
    0x6675636b796f75676974687562 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4d07ceb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    93575ec View commit details
    Browse the repository at this point in the history