pragmagic / vscode-nim

An extension for VS Code which provides support for the Nim language.
Other
237 stars 37 forks source link

Incorrect indentation after string literal #32

Closed dom96 closed 7 years ago

dom96 commented 7 years ago

Type the following in:

"foobar"

Place the cursor after the "foobar" line and press enter. The cursor should end up on the next line at column 0, but it instead ends up indented once at column 2.

dom96 commented 7 years ago

This is still broken for me in the latest version.

kosz78 commented 7 years ago

@dom96 the issues should be fixed in the latest release

dom96 commented 7 years ago

Wonderful. Thanks :)