What’s the recommended max_line_length for Kotlin ...
# ktlint
k
What’s the recommended max_line_length for Kotlin projects (SpringBoot + Arrow as more context)?
p
For android_studio code style, the default is set to 100. For ktlint_official code style it is 140. For intellij_idea no default is set. I recommend 140 though.
👍 1
k
Thank you @Paul Dingemans