You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing case ... of and pressing enter, the new line is automatically indented by 3 spaces, but should be four spaces to match with elm-format standards.
Expected Behavior
When typing case ... of and pressing enter, automatically indent the new line by four spaces.
Current Behavior
When typing case ... of and pressing enter, automatically indents the new line by three spaces.
Possible Solution
Change automatically inserted snippet to have four spaces instead of three.
Steps to Reproduce (for bugs)
Whenever typing case ... of and press enter.
Context
elm-format uses four spaces for indentation.
Your Environment
Version used: 2.4.0
Editor used: vscode
The text was updated successfully, but these errors were encountered:
When typing
case ... of
and pressing enter, the new line is automatically indented by 3 spaces, but should be four spaces to match with elm-format standards.Expected Behavior
When typing
case ... of
and pressing enter, automatically indent the new line by four spaces.Current Behavior
When typing
case ... of
and pressing enter, automatically indents the new line by three spaces.Possible Solution
Change automatically inserted snippet to have four spaces instead of three.
Steps to Reproduce (for bugs)
Whenever typing
case ... of
and press enter.Context
elm-format uses four spaces for indentation.
Your Environment
The text was updated successfully, but these errors were encountered: