diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e1c10752..1bedc736 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -189,9 +189,3 @@ jobs: uses: Swatinem/rust-cache@v2.7.0 - name: Build examples for the C API run: just build-capi-examples - - name: Check code formatted - run: | - just clang-format - git diff --exit-code - - name: Check no lint warnings - run: just clang-tidy diff --git a/crate/capi/examples/.clang-format b/crate/capi/examples/.clang-format index 6829a0c4..7fff8c13 100644 --- a/crate/capi/examples/.clang-format +++ b/crate/capi/examples/.clang-format @@ -4,7 +4,7 @@ --- Language: Cpp -# BasedOnStyle: Google +# BasedOnStyle: Google AccessModifierOffset: -1 AlignAfterOpenBracket: Align AlignArrayOfStructures: None