Skip to content

Bad formatting adding multiple properties to start of object literal #26618

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

Open
ghost opened this issue Aug 22, 2018 · 1 comment
Open

Bad formatting adding multiple properties to start of object literal #26618

ghost opened this issue Aug 22, 2018 · 1 comment
Labels
Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter Help Wanted You can do this
Milestone

Comments

@ghost
Copy link

ghost commented Aug 22, 2018

TypeScript Version: As of #26588

Code

In codeFixCannotFindModule_generateTypes_all.ts:

{
    "compilerOptions": {
        "baseUrl": ".",
        "paths": { "*": ["types/*"] },
}
}

Expected behavior:

Closing brace of "compilerOptions" is indented.

Actual behavior:

Not indented.

@ghost ghost added Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter labels Aug 22, 2018
@RyanCavanaugh RyanCavanaugh added this to the TypeScript 3.2 milestone Aug 24, 2018
@RyanCavanaugh RyanCavanaugh added the Help Wanted You can do this label Oct 10, 2018
@kanav99
Copy link

kanav99 commented Oct 14, 2018

I want to contribute to this project. Can I take up this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter Help Wanted You can do this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants