Skip to content

Commit f44de8d

Browse files
author
Derek Hower
committed
WIP
1 parent f395d8c commit f44de8d

File tree

19 files changed

+1842
-1583
lines changed

19 files changed

+1842
-1583
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get install -y --no-install-recommends libyaml-dev
2222
RUN apt-get install -y --no-install-recommends cmake
2323
RUN apt-get install -y --no-install-recommends g++
2424
RUN apt-get install -y --no-install-recommends clang-format
25+
RUN apt-get install -y --no-install-recommends clang-tidy
2526
RUN apt-get clean autoclean
2627
RUN apt-get autoremove -y
2728
RUN rm -rf /var/lib/{apt,dpkg,cache,log}/*

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ repos:
5151
# alias: check-jsonschema-manual-version
5252
# files: ^arch/manual/.*\.(yaml|yml)$
5353
# args: ["--schemafile", "schemas/manual_version_schema.json"]
54+
55+
- repo: https://github.com/pre-commit/mirrors-clang-format
56+
rev: "v19.1.7"
57+
hooks:
58+
- id: clang-format
59+
files: \.(hpp|cpp)$

0 commit comments

Comments
 (0)