swiftlang / swift-format

Formatting technology for Swift source code
Apache License 2.0
2.38k stars 216 forks source link

Remove check for prioritizeKeepingFunctionOutputTogether on enum decl. #728

Closed shawnhyam closed 2 months ago

shawnhyam commented 2 months ago

Fixes #726. An enum decl won't have a corresponding .close, so we shouldn't add a .open token.

shawnhyam commented 2 months ago

This change will also make #725 format as desired when the prioritizeKeepingFunctionOutputTogether flag is enabled.