From c938f4f24240f4d4e9b1ceba64fce376b12f7e77 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