Make ktlint more opinionated #714
-
It is still possible to have discussions about the proper format of kotlin code, in spite of ktlint. There has to be a way to make it more opinionated, so that passing the CI means the format is exactly how it should be. (not sure whether this belongs here or as an issue). I've noticed the following:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@hiqua I agree. Pull requests are welcome for making ktlint more opinionated. |
Beta Was this translation helpful? Give feedback.
-
pinterest/ktlint#1078 For manually written code the current setup and improvements on out-of-the-box ktlint should be enough, it was mostly a problem with automatically generated code. |
Beta Was this translation helpful? Give feedback.
pinterest/ktlint#1078
pinterest/ktlint#1077
For manually written code the current setup and improvements on out-of-the-box ktlint should be enough, it was mostly a problem with automatically generated code.