google / google-java-format

Reformats Java source code to comply with Google Java Style.
Other
5.65k stars 857 forks source link

Allow breaks before pattern guards #1188

Closed copybara-service[bot] closed 1 week ago

copybara-service[bot] commented 1 week ago

Allow breaks before pattern guards

Previously there were never breaks before when pattern guards, which produced surprising results.

There's possible future work here around evaluating how many level of continuation indents to take to differentiate between syntactic levels, but I think this is an improvement on the status quo.