swiftlang / swift-format

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

Whitespace removed on Macro #Preview in SwiftUI #721

Closed MarceNN closed 2 months ago

MarceNN commented 2 months ago

Hi, I have an unstable behaviour over this macro in SwiftUI

In one Mac, swift format removes the space between the macro and the {, while in other Macs the space remains. We all have the same branch and same XCode version.

One Mac: #Preview{

Other Macs: #Preview {

Could you please tell me how to set the rule correctly in all Macs in case this is not a issue?

$ swift-format --version 
508.0.1

XCode: Version 15.0

Thank you

MarceNN commented 2 months ago

Not a problem any more.