chore: add clang-format/tidy

This commit is contained in:
Luís Murta 2025-08-01 20:05:01 +01:00
parent d2efae4a0a
commit 6e0a576b2c
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94
2 changed files with 17 additions and 0 deletions

2
.clang-format Normal file
View File

@ -0,0 +1,2 @@
---
BasedOnStyle: Google

15
.clang-tidy Normal file
View File

@ -0,0 +1,15 @@
---
Checks:
- boost-*
- bugprone-*
- clang-analyzer-*
- concurrency-*
- cppcoreguidelines-*
- misc-*
- modernize-*
- performance-*
- portability-*
- readability-*
- -readability-identifier-length
FormatStyle: file
WarningsAsErrors: "*"