-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Hi.
Multiline field declarations having the same type:
class TestClass {
String field1
field2
field3
field4
int field5
field6
}
will be, in my opinion, wrongly autofixed in its indentation to this:
class TestClass {
String field1
field2
field3
field4
int field5
field6
}
But maybe this is just my taste to indent it by aligning it to the former field.
Kind regards
Metadata
Metadata
Assignees
Labels
No labels