Carmi Grushko
Carmi Grushko
cc @strulovich
The engine wasn't designed at the time for multi line strings, and considers the string literal to not fit in the first line. Given that multi line strings are coming...
@kevinb9n, unfortunately they didn't have you in the Kotlin design committee 🤣 In Kotlin, according to IntelliJ at least, these two statements are equivalent: ``` val a = """ asd...
I'm in favor of giving trimIndent special treatment, but we can't commit to a timeline. If we're lucky we can copy the support from GJF.
Do you mean emit an `.editorconfig` from the plugin? or store one in the plugin that matches the plugin's config?
I assume the target audience is users using an IDE other than IntelliJ, since there's a ktfmt plugin for IntelliJ?
Got it, thanks for clarifying! It sounds like it's possible to hand-write the file, or maybe export it from IntelliJ after tweaking its formatter? On Mon, Jan 4, 2021 at...
1. A PR sounds great, even if it's not perfect, especially if there's a way to add this as a comment in the file. 2. Is this for the default...
This PR would fix a bug where we didn't generate rules for java files without any dependency edges, right? EDIT: if that's the case, might be worth calling this out...
Thanks for the report. Does Knit require these two `` to be in separate lines?