Is there a complete list of all the `.editorconfig...
# intellij
m
Is there a complete list of all the
.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.
d
I seem to recall that when editing the .editorconfig file inside IntelliJ, the
generate
action (⌘-N on a Mac) creates all of the available properties.
👍 2
s
Doest work for me. But the new
EditorConfig File
wizard has options to include everything.
👍 1