diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1ccb48e..cc2dcf5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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