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