BasedOnStyle: Google AccessModifierOffset: -2 AlignAfterOpenBracket: AlwaysBreak AlignEscapedNewlinesLeft: true AlignOperands: true AlignTrailingComments: true AlignConsecutiveDeclarations: false AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true AlwaysBreakAfterDefinitionReturnType: false AlwaysBreakBeforeMultilineStrings: true AlwaysBreakTemplateDeclarations: true BraceWrapping: AfterClass: true AfterControlStatement: true AfterEnum: true AfterFunction: true AfterNamespace: true AfterStruct: true AfterUnion: true BeforeCatch: true BeforeElse: true IndentBraces: false BinPackArguments: false BinPackParameters: false ExperimentalAutoDetectBinPacking: false AllowAllParametersOfDeclarationOnNextLine: false BreakBeforeBinaryOperators: All BreakBeforeBraces: Stroustrup BreakBeforeTernaryOperators: true BreakConstructorInitializers: BeforeColon ColumnLimit: 119 CommentPragmas: '^ IWYU pragma:' ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 Cpp11BracedListStyle: true DerivePointerAlignment: false IndentCaseLabels: true IndentWidth: 2 IndentWrappedFunctionNames: false KeepEmptyLinesAtTheStartOfBlocks: true Language: Cpp MaxEmptyLinesToKeep: 1 NamespaceIndentation: None PenaltyBreakBeforeFirstCallParameter: 19 PenaltyBreakComment: 300 PenaltyBreakFirstLessLess: 120 PenaltyBreakString: 1000 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 1 SpacesInAngles: true SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: true SpacesInParentheses: false SpacesInSquareBrackets: false SpaceBeforeCpp11BracedList: false Standard: Cpp11 TabWidth: 2 UseTab: Never SortIncludes: true IncludeBlocks: Regroup IncludeCategories: - Regex: '^".*/std_headers.h"' Priority: -2 - Regex: '^"yogastudio/nodebase/node_headers.h"' Priority: -1 - Regex: '^<.*>' Priority: 2 - Regex: '^".*"' Priority: 3