Skip to content
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

Inserts only three spaces after typing case ... of #676

Closed
bukkfrig opened this issue Jan 7, 2022 · 0 comments · Fixed by #677
Closed

Inserts only three spaces after typing case ... of #676

bukkfrig opened this issue Jan 7, 2022 · 0 comments · Fixed by #677
Milestone

Comments

@bukkfrig
Copy link
Contributor

bukkfrig commented Jan 7, 2022

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
@razzeee razzeee added this to the 2.5 milestone Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants