Merge "system-clang-format: Add IncludeBlocks: Preserve"
This commit is contained in:
@@ -4,6 +4,7 @@ AllowShortFunctionsOnASingleLine: Inline
|
|||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
CommentPragmas: NOLINT:.*
|
CommentPragmas: NOLINT:.*
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
|
IncludeBlocks: Preserve
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
ContinuationIndentWidth: 8
|
ContinuationIndentWidth: 8
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
|
@@ -3,6 +3,7 @@ AllowShortFunctionsOnASingleLine: Inline
|
|||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
CommentPragmas: NOLINT:.*
|
CommentPragmas: NOLINT:.*
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
|
IncludeBlocks: Preserve
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
TabWidth: 2
|
TabWidth: 2
|
||||||
|
Reference in New Issue
Block a user