add prettier to readme too
This commit is contained in:
parent
58eb874723
commit
b6d154cf4a
1 changed files with 5 additions and 0 deletions
|
|
@ -5,3 +5,8 @@ repos:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
args: [--style=file]
|
args: [--style=file]
|
||||||
files: \.(cc|cpp|cxx|hh|hpp|hxx)$
|
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$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue