add prettier to readme too

This commit is contained in:
Barrett Ruth 2025-08-30 19:14:16 -05:00
parent 58eb874723
commit b6d154cf4a

View file

@ -5,3 +5,8 @@ repos:
- id: clang-format
args: [--style=file]
files: \.(cc|cpp|cxx|hh|hpp|hxx)$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
hooks:
- id: prettier
files: "^readme\\.md$"