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

Align constructor and function params to have the same indent #131

Closed
tiberiumihai opened this issue Jul 31, 2018 · 2 comments
Closed

Align constructor and function params to have the same indent #131

tiberiumihai opened this issue Jul 31, 2018 · 2 comments

Comments

@tiberiumihai
Copy link

tiberiumihai commented Jul 31, 2018

Is there a way to align the code like this:

constructor(private injectableOne: InjectableOne, 
            private injectableTwo: InjectableTwo) { }

updateEntity(name: String, 
             type: String) { }

instead of like this:

constructor(private injectableOne: InjectableOne, 
  private injectableTwo: InjectableTwo) { }

updateEntity(name: String, 
  type: String) { }

?

@vvakame
Copy link
Owner

vvakame commented Aug 16, 2018

sorry for late response.
tsfmt use a TypeScript language service.
Please file this issue to TypeScript repository!

@vvakame vvakame closed this as completed Aug 16, 2018
@tiberiumihai
Copy link
Author

Thanks. Can be tracked here: microsoft/TypeScript#11629

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

No branches or pull requests

2 participants