mirror of
https://github.com/h2o/h2o.git
synced 2025-04-19 16:09:15 +08:00
8 lines
168 B
YAML
8 lines
168 B
YAML
# requires clang-format >= 3.6
|
|
BasedOnStyle: "LLVM"
|
|
IndentWidth: 4
|
|
ColumnLimit: 132
|
|
BreakBeforeBraces: Linux
|
|
AllowShortFunctionsOnASingleLine: None
|
|
SortIncludes: false
|