--- Language: Cpp BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 88 UseTab: Never BreakBeforeBraces: Attach AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never AlwaysBreakBeforeMultilineStrings: false BreakStringLiterals: true PointerAlignment: Right DerivePointerAlignment: false SortIncludes: true ReflowComments: true MaxEmptyLinesToKeep: 2