chore: add clang-format/tidy
This commit is contained in:
parent
d2efae4a0a
commit
6e0a576b2c
2
.clang-format
Normal file
2
.clang-format
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
BasedOnStyle: Google
|
||||||
15
.clang-tidy
Normal file
15
.clang-tidy
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
Checks:
|
||||||
|
- boost-*
|
||||||
|
- bugprone-*
|
||||||
|
- clang-analyzer-*
|
||||||
|
- concurrency-*
|
||||||
|
- cppcoreguidelines-*
|
||||||
|
- misc-*
|
||||||
|
- modernize-*
|
||||||
|
- performance-*
|
||||||
|
- portability-*
|
||||||
|
- readability-*
|
||||||
|
- -readability-identifier-length
|
||||||
|
FormatStyle: file
|
||||||
|
WarningsAsErrors: "*"
|
||||||
Loading…
x
Reference in New Issue
Block a user