line length default value has been moved to 120?
# getting-started
j
line length default value has been moved to 120?
k
The Kotlin Coding Conventions say nothing about line length. IntelliJ IDEA uses a configurable default of 120. I've changed that to 132 for myself.
d
I'd recommend to use something like https://editorconfig.org/ to specify the defaults for the repo