h2o/.clang-format
2016-08-17 16:40:54 +09:00

8 lines
168 B
YAML

# requires clang-format >= 3.6
BasedOnStyle: "LLVM"
IndentWidth: 4
ColumnLimit: 132
BreakBeforeBraces: Linux
AllowShortFunctionsOnASingleLine: None
SortIncludes: false