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

Indention Rule: Parameters should be aligned vertically #118

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    69738ec View commit details
    Browse the repository at this point in the history
  2. Update error message

    Because rule is more strict now
    MyDogTom committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    daadfca View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Merge branch 'master' into mydogtom/indention-rule-align-parameters

    # Conflicts:
    #	ktlint/src/main/kotlin/com/github/shyiko/ktlint/Main.kt
    MyDogTom committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e8f1c21 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. new rule: ParametersOnSeparateLines

    Parameters should be placed either on one line, either each parameter on new line
    
    Extracted indention size definition in separate class. This allows to avoid duplication between rules
    MyDogTom committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    4c38505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc7a6d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Merge branch 'master' into mydogtom/indention-rule-align-parameters

    # Conflicts:
    #	ktlint-ruleset-standard/src/main/kotlin/com/github/shyiko/ktlint/ruleset/standard/IndentationRule.kt
    MyDogTom committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    90d2084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc54d28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a180d18 View commit details
    Browse the repository at this point in the history