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