--- BasedOnStyle: LLVM AllowShortIfStatementsOnASingleLine: Always AllowShortBlocksOnASingleLine: 'true' AllowShortLoopsOnASingleLine: 'true' BreakBeforeBraces: Stroustrup ColumnLimit: '120' UseTab: Never ...