From b6d154cf4a9303c73dd7650b4163462766fb866f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 30 Aug 2025 19:14:16 -0500 Subject: [PATCH] add prettier to readme too --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 160b9cf..6546b17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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$"