# https://clang.llvm.org/docs/ClangFormat.html BasedOnStyle: LLVM IndentWidth: 8 UseTab: AlignWithSpaces BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false ColumnLimit: 80 AlignConsecutiveMacros: true AlwaysBreakAfterReturnType: TopLevelDefinitions