123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "AccessModifierOffset": -4,
- "AlignAfterOpenBracket": "AlwaysBreak",
- "AlignEscapedNewlinesLeft": false,
- "AlignTrailingComments": true,
- "AllowAllParametersOfDeclarationOnNextLine": false,
- "AllowShortFunctionsOnASingleLine": "None",
- "AllowShortIfStatementsOnASingleLine": false,
- "AllowShortLoopsOnASingleLine": false,
- "AlwaysBreakBeforeMultilineStrings": false,
- "AlwaysBreakTemplateDeclarations": true,
- "BasedOnStyle": "Google",
- "BinPackArguments": false,
- "BinPackParameters": false,
- "BreakBeforeBinaryOperators": "NonAssignment",
- "BreakBeforeBraces": "Allman",
- "BreakBeforeTernaryOperators": false,
- "BreakConstructorInitializersBeforeComma": true,
- "BreakStringLiterals": false,
- "ColumnLimit": 120,
- "ConstructorInitializerAllOnOneLineOrOnePerLine": true,
- "ConstructorInitializerIndentWidth": 2,
- "ContinuationIndentWidth": 8,
- "Cpp11BracedListStyle": false,
- "DerivePointerAlignment": false,
- "DerivePointerBinding": true,
- "ExperimentalAutoDetectBinPacking": false,
- "FixNamespaceComments": true,
- "IndentCaseLabels": true,
- "IndentFunctionDeclarationAfterType": false,
- "IndentPPDirectives": "AfterHash",
- "IndentWidth": 4,
- "IndentWrappedFunctionNames": true,
- "MaxEmptyLinesToKeep": 3,
- "NamespaceIndentation": "All",
- "ObjCSpaceBeforeProtocolList": true,
- "PenaltyBreakBeforeFirstCallParameter": 19,
- "PenaltyBreakComment": 60,
- "PenaltyBreakFirstLessLess": 1000,
- "PenaltyBreakString": 1,
- "PenaltyExcessCharacter": 500,
- "PenaltyReturnTypeOnItsOwnLine": 1000,
- "PointerAlignment": "Right",
- "PointerBindsToType": false,
- "SortIncludes": false,
- "SpaceAfterControlStatementKeyword": true,
- "SpaceBeforeAssignmentOperators": true,
- "SpaceInEmptyParentheses": false,
- "SpacesBeforeTrailingComments": 2,
- "SpacesInAngles": false,
- "SpacesInCStyleCastParentheses": false,
- "SpacesInParentheses": false,
- "Standard": "c++17",
- "TabWidth": 4,
- "UseTab": "Never",
- }
|