scalameta / scalafmt

Code formatter for Scala
http://scalameta.org/scalafmt
Apache License 2.0
1.42k stars 276 forks source link

Router: src=keep force NL only for matching `else` #4105

Closed kitbellew closed 1 month ago

kitbellew commented 1 month ago

Previously, and still for other values of newlines.source, we force breaks over the entire else chain. Also, in FormatOps, treat else<NL> as opt-braces. Fixes #4104.