Update .clang-format
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> Signed-off-by: Eric Curtin <ecurtin@redhat.com>
This commit is contained in:
parent
5d48927370
commit
25380ef211
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ BreakConstructorInitializersBeforeComma: false
|
|||
BreakConstructorInitializers: BeforeColon
|
||||
BreakAfterJavaFieldAnnotations: false
|
||||
BreakStringLiterals: true
|
||||
ColumnLimit: 80
|
||||
ColumnLimit: 120
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
CompactNamespaces: false
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
|
@ -58,7 +58,7 @@ ConstructorInitializerIndentWidth: 4
|
|||
ContinuationIndentWidth: 4
|
||||
Cpp11BracedListStyle: true
|
||||
DeriveLineEnding: true
|
||||
DerivePointerAlignment: true
|
||||
DerivePointerAlignment: false
|
||||
DisableFormat: false
|
||||
ExperimentalAutoDetectBinPacking: false
|
||||
FixNamespaceComments: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue