Merge "clang-format: Double-indent continuation lines"

This commit is contained in:
Treehugger Robot 2018-06-07 16:44:04 +00:00 committed by Gerrit Code Review
commit 9be5f2df0a
1 changed files with 1 additions and 0 deletions

View File

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