1 2 3 4 5 6 7
# requires clang-format >= 3.6 BasedOnStyle: "LLVM" IndentWidth: 4 ColumnLimit: 132 BreakBeforeBraces: Linux AllowShortFunctionsOnASingleLine: None SortIncludes: false