Update .clang-format

This commit is contained in:
Justine Tunney 2024-04-19 17:11:08 -07:00
parent 06839ab301
commit bc6c18368f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -6,6 +6,8 @@ AlignConsecutiveMacros: true
AlignConsecutiveDeclarations: false
AlwaysBreakBeforeMultilineStrings: false
AllowShortFunctionsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
KeepEmptyLinesAtTheStartOfBlocks: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IncludeBlocks: Merge