BasedOnStyle: LLVM IndentWidth: 4 UseTab: Never AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false AllowShortFunctionsOnASingleLine: None AllowShortLambdasOnASingleLine: None AllowShortBlocksOnASingleLine: Never AllowShortEnumsOnASingleLine: false AllowShortCaseExpressionOnASingleLine: false BreakBeforeBraces: Attach ColumnLimit: 100 AlignAfterOpenBracket: Align BinPackArguments: false BinPackParameters: false