Inconsistent code formatting of parameter list in lambda #1681
Labels
conflict-with-default-intellij-formatting
Code produced by KtLint is not accepted by the IntelliJ default formatter
enhancement
indentation rule
ktlint-official-codestyle
parameter-list-wrapping rule
Milestone
Ktlint accepts code below as IntelliJ IDEA default formatter forces this format
However, format below would be more consistent when compared to parameter lists in classes and functions:
As this change conflicts with IntelliJ IDEA Default formatting it should only be applied whenever ktlint allows to deviate from default formatting.
The text was updated successfully, but these errors were encountered: