aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-01-29 14:54:19 -0800
committerElliott Hughes <enh@google.com>2019-01-30 00:29:23 +0000
commiteca62454e8840bbf83d7d0935a4c571c581c0313 (patch)
treec767610250e7fd48ea68b58761b4ae41f2b1e0f9 /scripts
parentf4803454b05415e0173f9fe225b804f6ab9fa02e (diff)
downloadbuild_soong-eca62454e8840bbf83d7d0935a4c571c581c0313.tar.gz
build_soong-eca62454e8840bbf83d7d0935a4c571c581c0313.tar.bz2
build_soong-eca62454e8840bbf83d7d0935a4c571c581c0313.zip
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 a4319f7800e2ac7e84ce0fc1599ca33cecc590c8. Test: clang-format works correctly. Bug: 122835115 Change-Id: Icd988070f208e1963bb68651c63fa369cb1e2782
Diffstat (limited to 'scripts')
-rw-r--r--scripts/system-clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/system-clang-format b/scripts/system-clang-format
index 349eed5e..55773a29 100644
--- a/scripts/system-clang-format
+++ b/scripts/system-clang-format
@@ -5,7 +5,6 @@ ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
-AlignAfterOpenBracket: DontAlign
ContinuationIndentWidth: 8
PointerAlignment: Left
TabWidth: 4