We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588913f commit 61f9c1bCopy full SHA for 61f9c1b
.github/workflows/clang-format-check.yml
@@ -25,5 +25,6 @@ jobs:
25
uses: jidicula/[email protected]
26
with:
27
clang-format-version: 19
28
+ fallback-style: none
29
check-path: ${{ matrix.path }}
- exclude-regex: '(?:(?:Bindings|CLI)\/)|(?:CppParser\/(?:Parse)?(?:Expr|Stmt))'
30
+ exclude-regex: '(Bindings|CLI)/|(CppParser/(Parse)?(Expr|Stmt))'
0 commit comments