https://github.com/pre-commit/mirrors-clang-format
mirror of https://github.com/ssciwr/clang-format-wheel for pre-commit
https://github.com/pre-commit/mirrors-clang-format
Last synced: 7 months ago
JSON representation
mirror of https://github.com/ssciwr/clang-format-wheel for pre-commit
- Host: GitHub
- URL: https://github.com/pre-commit/mirrors-clang-format
- Owner: pre-commit
- License: mit
- Created: 2021-10-02T00:07:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T08:59:09.000Z (7 months ago)
- Last Synced: 2025-06-20T11:26:38.915Z (7 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 57
- Watchers: 9
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clang-format mirror
===================
Mirror of `clang-format` package for pre-commit.
For pre-commit: see https://github.com/pre-commit/pre-commit
For clang-format: see https://github.com/ssciwr/clang-format-wheel
### Using clang-format with pre-commit
Add this to your `.pre-commit-config.yaml`:
```yaml
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: '' # Use the sha / tag you want to point at
hooks:
- id: clang-format
```