Joakim
10/18/2023, 8:00 AMclass SomeClass
@Inject
constructor(
Formatting with the IDE (even after applying the generated ktlint editorconfig rules) gives this:
class SomeClass
@Inject
constructor(
The second one also indents all lines after it, since the IDE considers all lines after to be 4 spaces instead of 8 as ktlint does.
Is the idea now to not rely on the IDE formatter?
And in that case any tips on how the workflow should be instead while developing?