Skip to content

Commit

Permalink
Exclude the file include/json.hpp from clang-format checks
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Aug 23, 2024
1 parent 8df01de commit 32bce7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}
exclude-regex: 'include/json.hpp'
fallback-style: 'Mozilla' # optional

0 comments on commit 32bce7f

Please sign in to comment.