-
Notifications
You must be signed in to change notification settings - Fork 347
haskell-align-imports
doesn't work as advertised
#183
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
Comments
Yeah, I know it. |
I vaguely remember, that this used to work long time ago... did something change? |
At some point it stopped working but I was too busy to investigate why. |
FYI this version works as advertised. |
Here is a fix. After looking into it and testing the behaviour on some real code, I remember why I disabled this intentionally. Padding after the module name quickly becomes obnoxious when module names are long and qualification is used, you end up with floating "as" that really dangle by themselves. Similar to how you can align But I've enabled an option to support that again as |
Excellent, thanks alot. |
Can this be closed? |
According to the commentary,
is supposed to be transformed into
However, the current implementation only aligns the module names:
The text was updated successfully, but these errors were encountered: