From 2fd6ceb81754c48168f4a5b344f1baec9d23775e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 5 Mar 2021 10:33:18 +0100 Subject: [BUILD] Disable lint/formatting for non-kernel for now --- src/server/picohttpparser/.clang-format | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/server/picohttpparser/.clang-format (limited to 'src/server') 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 -- cgit v1.2.3-55-g7522