From 406b4e00a4d1b6541fcfd838504de9445cc8728d Mon Sep 17 00:00:00 2001 From: Mark Koh Date: Fri, 29 Mar 2024 16:29:26 -0600 Subject: [PATCH] Add .clang-format to root for CI --- .clang-format | 1 + .github/workflows/all.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 .clang-format diff --git a/.clang-format b/.clang-format new file mode 120000 index 00000000..aefd1079 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +cpp/.clang-format \ No newline at end of file diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 0c52002a..1a6ccdee 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -40,7 +40,6 @@ jobs: uses: jidicula/clang-format-action@v4.4.1 with: clang-format-version: 16 - fallback-style: LLVM run-java-tests: continue-on-error: true