update readme and add clangformat and clang tidy

This commit is contained in:
Aaron Po
2026-04-02 17:12:22 -04:00
parent 98083ab40c
commit 2ea8aa52b4
4 changed files with 98 additions and 0 deletions

10
pipeline/.clang-format Normal file
View File

@@ -0,0 +1,10 @@
---
BasedOnStyle: Google
Standard: c++23
ColumnLimit: 100
IndentWidth: 2
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: true
IncludeBlocks: Preserve
...