google / google-java-format

Reformats Java source code to comply with Google Java Style.
Other
5.49k stars 848 forks source link

Support multiline tokens in GJF-core #1091

Closed copybara-service[bot] closed 3 months ago

copybara-service[bot] commented 3 months ago

Support multiline tokens in GJF-core

Cursory perf measurements show no detectable cost from scanning every token. If one should be discovered later, we can add guards to only scan potentially multiline tokens.