Is there a setting in IntelliJ to add `.trimMargin...
# intellij
c
Is there a setting in IntelliJ to add
.trimMargin()
instead of
.trimIndent()
when creating multiline strings?
❤️ 1
a
No, currently there is only an intention to change one to the other. Consider submitting a feature request with your use case at http://kotl.in/issue.
👍 1