Merge "system-clang-format: DontAlign"
diff --git a/scripts/system-clang-format b/scripts/system-clang-format
index 55773a2..349eed5 100644
--- a/scripts/system-clang-format
+++ b/scripts/system-clang-format
@@ -5,6 +5,7 @@
 CommentPragmas: NOLINT:.*
 DerivePointerAlignment: false
 IndentWidth: 4
+AlignAfterOpenBracket: DontAlign
 ContinuationIndentWidth: 8
 PointerAlignment: Left
 TabWidth: 4