diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c27d4ae07..2e765ca54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,4 +17,5 @@ repos: hooks: - id: clang-format # See https://github.com/pre-commit/mirrors-clang-format/blob/main/.pre-commit-hooks.yaml + args: [--style=file, -i] 'types_or': [c++, c, json]