fixup! chore: add clang-format/tidy

This commit is contained in:
Luís Murta 2025-08-06 20:55:53 +01:00
parent 0c5f5aa464
commit 0f4a1871ad
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,3 @@
---
BasedOnStyle: Google
BasedOnStyle: LLVM
ColumnLimit: 100

View File

@ -12,4 +12,3 @@ Checks:
- readability-*
- -readability-identifier-length
FormatStyle: file
WarningsAsErrors: "*"