1 2 3 4 5 6 7 8 9 10 11 12 13 14
BasedOnStyle: LLVM BreakBeforeBraces: Linux IndentCaseLabels: false AlignConsecutiveMacros: true AllowShortIfStatementsOnASingleLine: false ContinuationIndentWidth: 8 IndentWidth: 8 TabWidth: 8 UseTab: Always ForEachMacros: - 'LIST_FOREACH'