Android Studio AutoFormat Plugin [closed]

偶尔善良 提交于 2019-12-07 22:51:48

问题


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:


Try to play with this settings:



来源:https://stackoverflow.com/questions/37184622/android-studio-autoformat-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!