From 8a86051f3f69b5041da9af601f67cf067e802d9a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 7 Sep 2023 13:17:29 +0200 Subject: [PATCH] Add clang-format config Signed-off-by: Steffen Vogel --- common/.clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common/.clang-format diff --git a/common/.clang-format b/common/.clang-format new file mode 100644 index 000000000..537bac562 --- /dev/null +++ b/common/.clang-format @@ -0,0 +1,6 @@ +--- +BasedOnStyle: LLVM + +# Disable automatic line-breaks in comments +# as this breaks SPDX headers +ReflowComments: false