We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@_spi
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
Run format on code like
@_spi(foo) @_spi(bar) import module
Got the following formatted code
@_spi(foo)@_spi(bar) import module
It should keep the space between @_spis.
Run format on
The text was updated successfully, but these errors were encountered:
Have you tried this at head? It should have been fixed by #501.
Sorry, something went wrong.
Oh, I see. Thanks!
No branches or pull requests
Description
Run format on code like
Got the following formatted code
It should keep the space between
@_spi
s.Steps to Reproduce
Run format on
The text was updated successfully, but these errors were encountered: