I've just integrated Ktlint into my workflow to fo...
# ktlint
e
I've just integrated Ktlint into my workflow to format files. I've noticed however it leaves blank lines between KDocs and classes/functions, e.g.
Copy code
/**
 * Class to handle listing services on APIML gateway.
 */

external class Services {
Is there a way to force no empty lines?
p
I can not reproduce with example above. Keyword
external
is not allowed with
class
according to my Intellij IDEA.
e
@Paul Dingemans ahhh, wait, I'm formatting K/JS external declarations, you need the KMP plugin for that, with sources under
jsMain