If a CODE_OPEN_TAG token is followed by a LITERAL token, break before writing the CODE_OPEN_TAG token if writing it will result in us eating up the remainder of the current line.
Partially fixes #84.
I’m not super happy about the breakBeforeIfAtEndOfLine name, but that’s the best I could come up with right now. I also wish there was a cleaner way of peeking at the next token.
Originalmente postado por @now em google/google-java-format#638
If a
CODE_OPEN_TAGtoken is followed by aLITERALtoken, break before writing theCODE_OPEN_TAGtoken if writing it will result in us eating up the remainder of the current line.Partially fixes #84.
I’m not super happy about the
breakBeforeIfAtEndOfLinename, but that’s the best I could come up with right now. I also wish there was a cleaner way of peeking at the next token.Originalmente postado por @now em google/google-java-format#638