-
Notifications
You must be signed in to change notification settings - Fork 638
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
Applying blankLinesBetweenImports removes indentation of imported modules between pragma when indentation is disabled #1970
Comments
I'm currently using SwiftFormat version 0.55.3, and this is the config I'm using:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably the smallest corner-case in the world, but thought I'd make this ticket in the off-chance it's an easy fix. I'm finding that when I try and commit this code, I see the following change:
This only happens when I disable indentation, which makes sense. But then I would've expected
import ClientModels
to also move in the same way.The text was updated successfully, but these errors were encountered: