diff options
author | Simon Rettberg | 2021-03-05 10:33:18 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-05 10:37:45 +0100 |
commit | 2fd6ceb81754c48168f4a5b344f1baec9d23775e (patch) | |
tree | fa575ab1bcb53fae5face2db2fcc516bc8eba921 /src/server/picohttpparser | |
parent | [BUILD] Make lint/format optional (diff) | |
download | dnbd3-2fd6ceb81754c48168f4a5b344f1baec9d23775e.tar.gz dnbd3-2fd6ceb81754c48168f4a5b344f1baec9d23775e.tar.xz dnbd3-2fd6ceb81754c48168f4a5b344f1baec9d23775e.zip |
[BUILD] Disable lint/formatting for non-kernel for now
Diffstat (limited to 'src/server/picohttpparser')
-rw-r--r-- | src/server/picohttpparser/.clang-format | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/server/picohttpparser/.clang-format b/src/server/picohttpparser/.clang-format new file mode 100644 index 0000000..8738fdd --- /dev/null +++ b/src/server/picohttpparser/.clang-format @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# clang-format configuration file. Intended for clang-format >= 4. +# +# For more information, see: +# +# Documentation/process/clang-format.rst +# https://clang.llvm.org/docs/ClangFormat.html +# https://clang.llvm.org/docs/ClangFormatStyleOptions.html +# +--- +DisableFormat: true |