Skip to content

Commit

Permalink
apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 committed May 27, 2024
1 parent 7036344 commit bb04344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ repos:
rev: v1.3.5
hooks:
- id: clang-format
# args: [--style=Google]
args: [-i]
- id: clang-tidy
args: [-p=build]
args: [-p=build, --fix-errors]
# - id: oclint
# - id: uncrustify
# - id: cppcheck
Expand Down

0 comments on commit bb04344

Please sign in to comment.