1 2 3 4 5
BasedOnStyle: LLVM AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortIfStatementsOnASingleLine: true Cpp11BracedListStyle: true