Mika
12/15/2023, 9:56 PM.editorconfig
options for Intellij and the Kotlin specific ones? Looking to use ktfmt
but the `.editorconfig` file they provided that "approximates ktfmt's formatting rules" gives tons of formatting errors in IntelliJ when applying their formatting. Rider does have this list (https://www.jetbrains.com/help/rider/EditorConfig_Index.html) but I cannot find it for IntelliJ .
I've found that changing the rules decreases the errors but I cannot find one that sets the indent within a when
block to be the continuation indent instead of a normal indent.Daniel Pitts
12/17/2023, 5:52 PMgenerate
action (⌘-N on a Mac) creates all of the available properties.spand
12/18/2023, 9:23 AMEditorConfig File
wizard has options to include everything.