Skip to content

Formatting with method parameters #10681

Closed
@falsandtru

Description

@falsandtru

Should increase the indent level with parameters.

TypeScript Version: 2.0-rc

Expected behavior:

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

Actual behavior:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: FormatterThe issue relates to the built-in formatterFixedA PR has been merged for this issueHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions