This revision was automatically updated to reflect the committed changes. Closed by commit rG13316a770535: [clang] Disable a few formatting options for test/ (authored by riccibruno).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D83901/new/ https://reviews.llvm.org/D83901 Files: clang/test/.clang-format Index: clang/test/.clang-format =================================================================== --- clang/test/.clang-format +++ clang/test/.clang-format @@ -1,2 +1,5 @@ BasedOnStyle: LLVM ColumnLimit: 0 +AlignTrailingComments: false +CommentPragmas: "(^ ?CHECK|^ ?expected-)" +AlwaysBreakTemplateDeclarations: No
Index: clang/test/.clang-format =================================================================== --- clang/test/.clang-format +++ clang/test/.clang-format @@ -1,2 +1,5 @@ BasedOnStyle: LLVM ColumnLimit: 0 +AlignTrailingComments: false +CommentPragmas: "(^ ?CHECK|^ ?expected-)" +AlwaysBreakTemplateDeclarations: No
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits