It would be nice to have more code style options w...
# intellij
m
It would be nice to have more code style options when it comes to blank lines, i.e. • min # of blank lines after last
import
statement • min # of blank lines before class header • min # of blank lines between/before/after functions (i.e. have body) • min # of blank lines between/before/after function declarations (i.e. have no body) • min # of blank lines between/before/after variables Also Minimum Blank Lines … After class header doesn't seem to do anything.
a
https://youtrack.jetbrains.com/issue/KT-24750 And you're welcome to submit a feature request to http://kotl.in/issue for other missing options.
👍 1
m