Revert "system-clang-format: DontAlign"
"AlignAfterOpenBracket: DontAlign" is explicitly wrong and was not
common before.
Wrong:
int fs_mgr_do_mount(Fstab* fstab, const char* n_name, char* n_blk_device, char* tmp_mount_point,
bool needs_checkpoint) {
Right:
int fs_mgr_do_mount(Fstab* fstab, const char* n_name, char* n_blk_device, char* tmp_mount_point,
bool needs_checkpoint) {
This reverts commit a4319f7800
.
Test: clang-format works correctly.
Bug: 122835115
Change-Id: Icd988070f208e1963bb68651c63fa369cb1e2782
This commit is contained in:
parent
f4803454b0
commit
eca62454e8
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ ColumnLimit: 100
|
|||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
ContinuationIndentWidth: 8
|
||||
PointerAlignment: Left
|
||||
TabWidth: 4
|
||||
|
|
Loading…
Reference in a new issue