Merge "Fix clang-format file for correct indent settings."
This commit is contained in:
commit
780d7d9f73
|
@ -4,8 +4,8 @@ AllowShortFunctionsOnASingleLine: false
|
|||
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 2
|
||||
IndentWidth: 4
|
||||
PointerAlignment: Left
|
||||
TabWidth: 2
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
PenaltyExcessCharacter: 32
|
||||
|
|
Loading…
Reference in New Issue