Skip to content

Commit

Permalink
Use fallback-style to clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 19, 2024
1 parent 56a8303 commit 5b0c6fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ repos:
rev: v17.0.6
hooks:
- id: clang-format
args: ['-fallback-style=none', '-i']

- repo: local
hooks:
Expand Down Expand Up @@ -136,3 +137,5 @@ repos:
args: ["--verbose"]
- id: check-github-actions
args: ["--verbose"]
- id: check-dependabot
args: ["--verbose"]

0 comments on commit 5b0c6fd

Please sign in to comment.