Merge "Fix .clang-format ContinuationIndentWidth."
This commit is contained in:
commit
8a48d9d63b
|
@ -6,7 +6,6 @@ ColumnLimit: 100
|
||||||
CommentPragmas: NOLINT:.*
|
CommentPragmas: NOLINT:.*
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
ContinuationIndentWidth: 2
|
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
TabWidth: 2
|
TabWidth: 2
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
|
Loading…
Reference in New Issue