Closed AndreSand closed 5 years ago
Hi, is it possible to add a rule to .editorconfig to ignore functions?
I see that it is a standard rule to separate by line each function parameter, but I would like to have function parameters in one line. Thanks.
When class/function signature doesn't fit on a single line, each parameter must be on a separate line https://github.com/pinterest/ktlint#standard-rules
You should disable "parameter-list-wrapping" rule.
Hi, is it possible to add a rule to .editorconfig to ignore functions?
I see that it is a standard rule to separate by line each function parameter, but I would like to have function parameters in one line. Thanks.