Add a comment to run clang-format and clang-tidy on all files on changes.

This commit is contained in:
Lukas Tenbrink 2026-02-26 13:45:14 +01:00
parent ebc126193a
commit 01a7c03263
2 changed files with 6 additions and 0 deletions

View file

@ -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).

View file

@ -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