We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with
Originally found here: #385 (comment)
r = ~r"with" waaaaaaa
The text was updated successfully, but these errors were encountered:
This is also broken without sigil. With plain with expression indent is broken.
Sorry, something went wrong.
@eaguilera23 do you have an example?
After typing 1+1 and hitting Enter, it goes far away
1+1
with {:ok, no_working} <- function(), true <- hi do 1 = 1 2+3 end
with {:ok, no_working} <- function(), true <- hi do 1 = 1 2 + 3 end
Could you verify that you're updated to HEAD? The 1 = 1 line should be indented only one tabstop on HEAD to comply with mix format
1 = 1
mix format
Totally my fault. Sorry, it works. I should make a script to update my plugins automatically.
Successfully merging a pull request may close this issue.
Originally found here: #385 (comment)
Actual
Expected
The text was updated successfully, but these errors were encountered: