Skip to content

Commit

Permalink
chore(pre-commit): Ensure to use the .clang-format configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Oct 18, 2024
1 parent 809a4a3 commit 278331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
rev: v16.0.2
hooks:
- id: clang-format
# args: [--style=file:/home/bde/prog/sfcgal/SFCGAL/.clang-format]
args: ["--style=file", "-i"] # Use the .clang-format file for configuration and apply all fixes
files: \.(c|h|cpp|hpp)$

# - repo: https://github.com/pocc/pre-commit-hooks
Expand Down

0 comments on commit 278331f

Please sign in to comment.