Merge "system-clang-format: DontAlign"

This commit is contained in:
Treehugger Robot 2019-01-29 18:00:37 +00:00 committed by Gerrit Code Review
commit 910cdf95cd

View file

@ -5,6 +5,7 @@ ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
AlignAfterOpenBracket: DontAlign
ContinuationIndentWidth: 8
PointerAlignment: Left
TabWidth: 4