aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-01-28 18:20:56 -0800
committerSteven Moreland <smoreland@google.com>2019-01-28 18:21:15 -0800
commita4319f7800e2ac7e84ce0fc1599ca33cecc590c8 (patch)
tree569526096bc91f27853245bba02a05df42afba96 /scripts
parent0425aa13ec9893b2cf492f2e6bc3e9258664570f (diff)
downloadbuild_soong-a4319f7800e2ac7e84ce0fc1599ca33cecc590c8.tar.gz
build_soong-a4319f7800e2ac7e84ce0fc1599ca33cecc590c8.tar.bz2
build_soong-a4319f7800e2ac7e84ce0fc1599ca33cecc590c8.zip
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
Diffstat (limited to 'scripts')
-rw-r--r--scripts/system-clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/system-clang-format b/scripts/system-clang-format
index 55773a29..349eed5e 100644
--- a/scripts/system-clang-format
+++ b/scripts/system-clang-format
@@ -5,6 +5,7 @@ ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
+AlignAfterOpenBracket: DontAlign
ContinuationIndentWidth: 8
PointerAlignment: Left
TabWidth: 4