Skip to content

TypeScript auto format indent error #23934

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

Closed
mjbvz opened this issue May 7, 2018 · 2 comments
Closed

TypeScript auto format indent error #23934

mjbvz opened this issue May 7, 2018 · 2 comments
Labels
Duplicate An existing issue was already created VS Code Tracked There is a VS Code equivalent to this issue

Comments

@mjbvz
Copy link
Contributor

mjbvz commented May 7, 2018

From @k8w on May 7, 2018 6:40

  • VSCode Version: 1.23.0-insiders
  • OS Version: Win10

Expect indent

test({
    a: 1,
    b: 2
}, {
    a: 1,
    b: 2
});

Actual indent (after auto format):

test({
    a: 1,
    b: 2
}, {
        a: 1,
        b: 2
    });

Copied from original issue: microsoft/vscode#49337

@mjbvz mjbvz self-assigned this May 7, 2018
@mjbvz mjbvz removed their assignment May 7, 2018
@mjbvz mjbvz added VS Code Tracked There is a VS Code equivalent to this issue and removed typescript labels May 7, 2018
@mjbvz
Copy link
Contributor Author

mjbvz commented May 7, 2018

Similar looking to #19167. Not sure if this has the same root cause or not

@mhegazy mhegazy added the Duplicate An existing issue was already created label Jul 12, 2018
@mhegazy mhegazy closed this as completed Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate An existing issue was already created VS Code Tracked There is a VS Code equivalent to this issue
Projects
None yet
Development

No branches or pull requests

3 participants