Carmi Grushko
Carmi Grushko
I don't trailing white space is removed from raw (multiline) strings during compilation. On Mon, Jun 1, 2020 at 8:50 AM Anthony Vanelverdinghe < [email protected]> wrote: > Why isn't removing...
Interesting! makes sense - otherwise removing trailing whitespace from a .java file requires parsing it. So yeah, looks like no need to handle it in GJF. (I don't see something...
Huh, looks like this can't be done, because an `Op` is used before the `Indent`s are evaluated...
I think it might; I think I had it installed at some point and then the problem went away. Still, that's another complication, especially if I want to use GJF...
Enabling the `jdk8` profile didn't help, the error remains (the profile was enabled by default for me) (Sorry for the delay)
@strulovich , I remember you have thoughts on this?
@strulovich , what do you think? I have a vague memory of the KDoc formatter being smart, trying to guess the user's intention and e.g., adding triple-backticks. Maybe we should...
This is from a test run on JavaRx, where two files ending with .*Test.java (and both importing org.junit.Test) have an edge between them, which causes BFG to 1. Put each...
I think this is the same as https://github.com/facebookincubator/ktfmt/issues/252. cc @strulovich