diff options
Diffstat (limited to 'debian/vendor-h2o/deps/picohttpparser/.clang-format')
-rw-r--r-- | debian/vendor-h2o/deps/picohttpparser/.clang-format | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/vendor-h2o/deps/picohttpparser/.clang-format b/debian/vendor-h2o/deps/picohttpparser/.clang-format new file mode 100644 index 0000000..9640123 --- /dev/null +++ b/debian/vendor-h2o/deps/picohttpparser/.clang-format @@ -0,0 +1,7 @@ +# requires clang-format >= 3.6 +BasedOnStyle: "LLVM" +IndentWidth: 4 +ColumnLimit: 132 +BreakBeforeBraces: Linux +AllowShortFunctionsOnASingleLine: None +SortIncludes: false |