No setting for accessor indentation

This is more for the IDE side but is Kotlin specific so I don’t know where else to put it :slight_smile: Can we please have a code style setting for indent of custom prop accessor? I really want to see
var x = 5
set {
field = value
}

Unfortunately the code intentor sucks. I want ‘set’ or ‘get’ to be indented in.

It is already indented if you reformat the file with Ctrl-Alt-L. As-you-type indenting doesn’t work at the moment, but this is not a code style settings issue.