# Google style C++ Code Style settings # https://clang.llvm.org/docs/ClangFormatStyleOptions.html Language: Cpp BasedOnStyle: Google AccessModifierOffset: -1 AlignAfterOpenBracket: Align AlignOperands: Align AllowAllArgumentsOnNextLine: true ColumnLimit: 80 BreakBeforeBraces: Allman