Skip to content

Add a line break between annotated fields #492

Open
@xvrh

Description

@xvrh

The last version of the formatter puts each attribute on his own line, this is great.
I would like it adds some empty line between the annotated fields to be a bit more clear.
i.e.:

@myAttribute
String aVariable1;
@myAttribute
String aVariable2;
String aVariable3;

becomes

@myAttribute
String aVariable1;

@myAttribute
String aVariable2;

String aVariable3;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions