Skip to content

[java] not enough indentation when using builder pattern (redux) #337

@mtaran-google

Description

@mtaran-google

On some detailed inspection, I noticed the patch for #124 didn't actually fix the problem with the initial example:

class Clazz {
  void foo() {
    return new Foo.newBlah(
        new Bar().)
  }
}

pressing enter before the last . should indent +4, but currently indents +0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions