IndentWidth: 4 AccessModifierOffset: -4 ColumnLimit: 120 --- Language: Cpp AllowAllParametersOfDeclarationOnNextLine: false AllowShortFunctionsOnASingleLine: None BinPackParameters: false BraceWrapping: AfterClass: true AfterControlStatement: false AfterEnum: true AfterFunction: true AfterNamespace: true AfterStruct: true AfterUnion: true BeforeCatch: false BeforeElse: false IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakBeforeBraces: Custom IncludeBlocks: Regroup IndentCaseLabels: true InsertBraces: true PointerAlignment: Right RemoveSemicolon: true SortIncludes: true StatementAttributeLikeMacros: [emit] --- Language: Proto AllowShortFunctionsOnASingleLine: None SpacesInContainerLiterals: false