--- BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 120 --- Language: Cpp DerivePointerAlignment: false PointerAlignment: Left AccessModifierOffset: -4 AlignAfterOpenBracket: DontAlign AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: Inline AllowShortLambdasOnASingleLine: None BinPackArguments: true BreakBeforeBraces: Attach BreakConstructorInitializers: BeforeComma Cpp11BracedListStyle: false EmptyLineAfterAccessModifier: Never EmptyLineBeforeAccessModifier: Always IndentAccessModifiers: false IndentCaseLabels: false InsertNewlineAtEOF: true SeparateDefinitionBlocks: Always WrapNamespaceBodyWithEmptyLines: Always ...