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

Formatting with method parameters #10681

Closed
falsandtru opened this issue Sep 2, 2016 · 1 comment · Fixed by #28340
Closed

Formatting with method parameters #10681

falsandtru opened this issue Sep 2, 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

@falsandtru
Copy link
Contributor

Should increase the indent level with parameters.

TypeScript Version: 2.0-rc

Expected behavior:

[]
  .reduce(
    b => b,
    0);

Actual behavior:

[]
  .reduce(
  b => b,
  0);
@mhegazy mhegazy added Domain: Formatter The issue relates to the built-in formatter Help Wanted You can do this Bug A bug in TypeScript labels Sep 2, 2016
@mhegazy mhegazy added this to the Community milestone Sep 2, 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