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
When I am editing an elm file in elm mode. Elm-mode does not indent the text properly.
By example this (which is obtained at the beginning just after hitting enter at the end of the previous line) :
case x of Just something -> Html.button [ HtmlE.onClick Msg , HtmlA.class "a_class" ] [ Html.text something ]
Hitting tab do that:
or that:
But never this:
Which is what is excepted and what elm-format does. It's a bit annoying to use elm-format every time for that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I am editing an elm file in elm mode. Elm-mode does not indent the text properly.
By example this (which is obtained at the beginning just after hitting enter at the end of the previous line) :
Hitting tab do that:
or that:
But never this:
Which is what is excepted and what elm-format does.
It's a bit annoying to use elm-format every time for that.
The text was updated successfully, but these errors were encountered: