-
Notifications
You must be signed in to change notification settings - Fork 154
Broken indentation inside with statements #385
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
Thanks for this.
I would recommend forking this repo and stubbing this function to just |
This situation may also be relevant When
If |
having # This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
import_config "#{Mix.env}.exs" vs. # This file is responsible for configuring your application
# and its dependencies
use Mix.Config
import_config "#{Mix.env}.exs" |
@clarkenciel thanks for the report, pulling this out into it's own issue |
Fixed in 1543e37 |
For some reason I get weird indentation inside with statements. Here is an example
Actual
Expected
Another example
Actual
Expected
P.S.: Is there any way to disable indentation temporarily until a solution for this issue is found?
The text was updated successfully, but these errors were encountered: