# https://clang.llvm.org/docs/ClangFormatStyleOptions.html Language: Cpp Standard: Latest BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 120 AccessModifierOffset: -4 AlignEscapedNewlines: DontAlign AlignTrailingComments: false BreakStringLiterals: false KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 PointerAlignment: Left