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

Indentation issues on multiline call expressions #6451

Closed
saschanaz opened this issue Jan 12, 2016 · 1 comment · Fixed by #28340
Closed

Indentation issues on multiline call expressions #6451

saschanaz opened this issue Jan 12, 2016 · 1 comment · Fixed by #28340
Labels
Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter Fixed A PR has been merged for this issue Help Wanted You can do this

Comments

@saschanaz
Copy link
Contributor

Promise.resolve([
]).then(
    [
    /* indentation expected: 8, actual: 4 */
    ]
    )/* type ';' -> formatter indentation expected: 0, actual: 4  */
@mhegazy mhegazy added Bug A bug in TypeScript Help Wanted You can do this Domain: Formatter The issue relates to the built-in formatter labels Jan 12, 2016
@mhegazy mhegazy added this to the Community milestone Jan 12, 2016
@mhegazy mhegazy added Help Wanted You can do this and removed Help Wanted You can do this labels Feb 20, 2016
@DanielRosenwasser DanielRosenwasser added the Fixed A PR has been merged for this issue label Nov 9, 2018
@DanielRosenwasser
Copy link
Member

Thanks @saschanaz!

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 Fixed A PR has been merged for this issue Help Wanted You can do this
Projects
None yet
3 participants