From 7d8a5d051fc6dbf830ce77bd9c4714e2384ffb18 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Tue, 7 Apr 2026 14:13:09 -0400 Subject: [PATCH] Revert "ci(format): use repository .clang-format in PR formatting workflow (#267)" This reverts commit 088346f1045c29dae6c801d410806fa10072bfb8. --- .clang-format | 12 ------------ .github/workflows/build-pull-request.yaml | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 7f5b89ae2..000000000 --- a/.clang-format +++ /dev/null @@ -1,12 +0,0 @@ -BasedOnStyle: Microsoft - -ColumnLimit: 0 -DerivePointerAlignment: true -ReferenceAlignment: Pointer -SpaceBeforeParens: Never -SpacesInParentheses: true -SortIncludes: false -ReflowComments: false -AlignTrailingComments: false -AlignConsecutiveDeclarations: Consecutive -AlignConsecutiveAssignments: Consecutive diff --git a/.github/workflows/build-pull-request.yaml b/.github/workflows/build-pull-request.yaml index 9cfbee912..2a8b63fe7 100644 --- a/.github/workflows/build-pull-request.yaml +++ b/.github/workflows/build-pull-request.yaml @@ -21,7 +21,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - style: file + style: microsoft ignore: include/argparse lines-changed-only: true thread-comments: true