Skip to content

Commit 25380ef

Browse files
ericcurtinggerganov
andcommitted
Update .clang-format
Co-authored-by: Georgi Gerganov <[email protected]> Signed-off-by: Eric Curtin <[email protected]>
1 parent 5d48927 commit 25380ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-format

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ BreakConstructorInitializersBeforeComma: false
5050
BreakConstructorInitializers: BeforeColon
5151
BreakAfterJavaFieldAnnotations: false
5252
BreakStringLiterals: true
53-
ColumnLimit: 80
53+
ColumnLimit: 120
5454
CommentPragmas: '^ IWYU pragma:'
5555
CompactNamespaces: false
5656
ConstructorInitializerAllOnOneLineOrOnePerLine: true
5757
ConstructorInitializerIndentWidth: 4
5858
ContinuationIndentWidth: 4
5959
Cpp11BracedListStyle: true
6060
DeriveLineEnding: true
61-
DerivePointerAlignment: true
61+
DerivePointerAlignment: false
6262
DisableFormat: false
6363
ExperimentalAutoDetectBinPacking: false
6464
FixNamespaceComments: true

0 commit comments

Comments
 (0)