Add a comment to run clang-format and clang-tidy on all files on changes.
This commit is contained in:
parent
ebc126193a
commit
01a7c03263
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# If you change this file, please format all files of the codebase as part of your PR:
|
||||
# pre-commit run clang-format --all
|
||||
|
||||
# Commented out parameters are those with the same value as base LLVM style.
|
||||
# We can uncomment them if we want to change their value, or enforce the
|
||||
# chosen value in case the base style changes (last sync: Clang 18.1.8).
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# If you change this file, please format all files of the codebase as part of your PR:
|
||||
# pre-commit run --hook-stage manual clang-tidy --all
|
||||
|
||||
Checks:
|
||||
- -*
|
||||
- bugprone-use-after-move
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue