Android Studio's format style is different from git cl format for lambda |
||
Issue description
The following line is preserved with git cl format
mRequestManager.triggerRefresh(RequestReason.SCHEDULED_REFRESH, ignored -> {});
But Android Studio's format changes it to
mRequestManager.triggerRefresh(RequestReason.SCHEDULED_REFRESH, ignored -> {
});
We should keep these two unified, probably by changing tools/android/android_studio/ChromiumStyle.xml
,
Jun 14 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 14 2018