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