Merge "clang-format: Double-indent continuation lines"
This commit is contained in:
commit
9be5f2df0a
|
@ -5,6 +5,7 @@ ColumnLimit: 100
|
|||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
ContinuationIndentWidth: 8
|
||||
PointerAlignment: Left
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
|
|
Loading…
Reference in New Issue