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 configuration setting for ignoring argument-list-wrapping above treshold of parameters #2481

Merged
merged 5 commits into from
Jan 23, 2024

Commits on Jan 1, 2024

  1. Add configuration setting for ignoring argument-list-wrapping above…

    … treshold of parameters
    
    Breaking change: For code style `ktlint_official` the default value for this setting has default `unset` which is different from previous default value `8`. Not wrapping parameters should be a conscious decision of the developer. This can either be done on a case by case basis by suppressing the rule, or by configuring the parameter.
    
    Closes #2461
    paul-dingemans committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    bf79444 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Fix API contract

    paul-dingemans committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fc7cf45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c69af2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a77ed98 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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