feat: initial commit
This commit is contained in:
commit
5ba454f561
12 changed files with 630 additions and 0 deletions
7
.pre-commit-config.yaml
Normal file
7
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||
rev: v17.0.6
|
||||
hooks:
|
||||
- id: clang-format
|
||||
args: [--style=file]
|
||||
files: \.(cc|cpp|cxx|hh|hpp|hxx)$
|
||||
Loading…
Add table
Add a link
Reference in a new issue