--- BasedOnStyle: LLVM ColumnLimit: 120 IndentWidth: 4 TabWidth: 4 UseTab: ForIndentation AlignEscapedNewlines: DontAlign AllowShortFunctionsOnASingleLine: Inline AlwaysBreakTemplateDeclarations: Yes BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Custom BraceWrapping: AfterFunction: true ...