.clang-format (15b63e12bdc3f3116fb841349dd4f1cd17a8398b) | .clang-format (50081549e6036d17893f281fa6e79ce03c09a9f8) |
---|---|
1--- 2Language: Cpp 3# BasedOnStyle: LLVM 4AccessModifierOffset: -2 5AlignAfterOpenBracket: Align 6AlignConsecutiveAssignments: false 7AlignConsecutiveDeclarations: false 8AlignEscapedNewlines: Right 9AlignOperands: Align 10AlignTrailingComments: 11 Kind: Always 12 OverEmptyLines: 1 13AllowAllParametersOfDeclarationOnNextLine: true 14AllowShortBlocksOnASingleLine: Empty 15AllowShortCaseLabelsOnASingleLine: false 16AllowShortFunctionsOnASingleLine: Empty 17AllowShortIfStatementsOnASingleLine: Never 18AllowShortLambdasOnASingleLine: true 19AllowShortLoopsOnASingleLine: false | 1--- 2Language: Cpp 3# BasedOnStyle: LLVM 4AccessModifierOffset: -2 5AlignAfterOpenBracket: Align 6AlignConsecutiveAssignments: false 7AlignConsecutiveDeclarations: false 8AlignEscapedNewlines: Right 9AlignOperands: Align 10AlignTrailingComments: 11 Kind: Always 12 OverEmptyLines: 1 13AllowAllParametersOfDeclarationOnNextLine: true 14AllowShortBlocksOnASingleLine: Empty 15AllowShortCaseLabelsOnASingleLine: false 16AllowShortFunctionsOnASingleLine: Empty 17AllowShortIfStatementsOnASingleLine: Never 18AllowShortLambdasOnASingleLine: true 19AllowShortLoopsOnASingleLine: false |
20AlwaysBreakAfterReturnType: None | |
21AlwaysBreakBeforeMultilineStrings: false | 20AlwaysBreakBeforeMultilineStrings: false |
22AlwaysBreakTemplateDeclarations: Yes | |
23BinPackArguments: true 24BinPackParameters: true 25BitFieldColonSpacing: None 26BraceWrapping: 27 AfterCaseLabel: true 28 AfterClass: true 29 AfterControlStatement: true 30 AfterEnum: true --- 7 unchanged lines hidden (view full) --- 38 BeforeElse: true 39 BeforeLambdaBody: false 40 BeforeWhile: false 41 IndentBraces: false 42 SplitEmptyFunction: false 43 SplitEmptyRecord: false 44 SplitEmptyNamespace: false 45BreakAfterAttributes: Never | 21BinPackArguments: true 22BinPackParameters: true 23BitFieldColonSpacing: None 24BraceWrapping: 25 AfterCaseLabel: true 26 AfterClass: true 27 AfterControlStatement: true 28 AfterEnum: true --- 7 unchanged lines hidden (view full) --- 36 BeforeElse: true 37 BeforeLambdaBody: false 38 BeforeWhile: false 39 IndentBraces: false 40 SplitEmptyFunction: false 41 SplitEmptyRecord: false 42 SplitEmptyNamespace: false 43BreakAfterAttributes: Never |
44BreakAfterReturnType: Automatic |
|
46BreakBeforeBinaryOperators: None 47BreakBeforeBraces: Custom 48BreakBeforeTernaryOperators: true 49BreakConstructorInitializers: AfterColon 50BreakInheritanceList: AfterColon 51BreakStringLiterals: false | 45BreakBeforeBinaryOperators: None 46BreakBeforeBraces: Custom 47BreakBeforeTernaryOperators: true 48BreakConstructorInitializers: AfterColon 49BreakInheritanceList: AfterColon 50BreakStringLiterals: false |
51BreakTemplateDeclarations: Yes |
|
52ColumnLimit: 80 53CommentPragmas: '^ IWYU pragma:' 54CompactNamespaces: false 55ConstructorInitializerIndentWidth: 4 56ContinuationIndentWidth: 4 57Cpp11BracedListStyle: true 58DerivePointerAlignment: false 59DisableFormat: false --- 77 unchanged lines hidden --- | 52ColumnLimit: 80 53CommentPragmas: '^ IWYU pragma:' 54CompactNamespaces: false 55ConstructorInitializerIndentWidth: 4 56ContinuationIndentWidth: 4 57Cpp11BracedListStyle: true 58DerivePointerAlignment: false 59DisableFormat: false --- 77 unchanged lines hidden --- |