Open
Description
For example:
git clone git@github.com:python/cpython.git
add replace existing .pre-commit-config.yaml to this hooks like
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.8.1 # Use the tag or commit you want
hooks:
- id: clang-format
args: [--style=Google, --version=20] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.
Then run pre-commit run --all-files
command to format the entire codebase.