Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift-format removes space between attributes in import statement when an attribute has an argument #445

Closed
eurias-stripe opened this issue Nov 3, 2022 · 0 comments

Comments

@eurias-stripe
Copy link

Example:

@_spi(STP) @testable import StripeCore

is turned into

@_spi(STP)@testable import StripeCore
allevato added a commit that referenced this issue Apr 10, 2023
Fix formatting of import with multiple attributes (fixes #445) and ensure that imports never wrap
allevato added a commit to allevato/swift-format that referenced this issue Jun 29, 2023
Fix formatting of import with multiple attributes (fixes swiftlang#445) and ensure that imports never wrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant