use clang-format

This commit is contained in:
Barrett Ruth 2025-08-30 19:30:36 -05:00
parent e3919fe8cd
commit 17c0c4c32e
3 changed files with 11 additions and 324 deletions

View file

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