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 fa73f57 commit a5ff7c6Copy full SHA for a5ff7c6
.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