Android Studio – Format Kotlin with minimal indent for code blocks in constructor parameters, like Foo({ bar })
When formatting this code block (from the Kotest documentation), Jetbrains Intellij or Android Studio adds a lot of unnecessary white space. Original code: class MyTests : FreeSpec({ "String.length" - { "should return the length of the string" { "sammy".length shouldBe…