system-clang-format: DontAlign
AlignAfterOpenBracket: DontAlign
The main consideration is this:
if (foo && ....
foo) {
// code
->
if (foo && ....
foo) {
// code
Change-Id: Ife0073c8544b9554df2eb54e10dc2e7611631299
Fixes: 122835115
Test: manual
Loading
Please register or sign in to comment