Android Studio AutoFormat Plugin

207 Views Asked by At

Is there any plugin to autoformat code like this?

myObject.methodName               = "foo";
myObject.longMethodName           = "foo";
myObject.evenLongerMethodName     = "foo";
myObject.theLongestMethodName1234 = "foo";

Equal sign in the same column in clause?

1

There are 1 best solutions below

0
On BEST ANSWER

Try to play with this settings:

Settings