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