diff --git a/.clang-format b/.clang-format index 392e2018..cc3acd6b 100644 --- a/.clang-format +++ b/.clang-format @@ -1,2 +1,3 @@ BasedOnStyle: LLVM -AlwaysBreakTemplateDeclarations: Yes \ No newline at end of file +AlwaysBreakTemplateDeclarations: Yes +CommentPragmas: '^ SPDX-*'