1 2 3 4 5 6 7 8 9 10 11
--- BasedOnStyle: LLVM AllowShortIfStatementsOnASingleLine: Always AllowShortBlocksOnASingleLine: 'true' AllowShortLoopsOnASingleLine: 'true' AlwaysBreakAfterDefinitionReturnType: All BreakBeforeBraces: Stroustrup ColumnLimit: '120' UseTab: Never ...