Add clang-tidy configuration file

clang-tidy is a C/C++ linter.

Meson automatically detects the configuration file
and defines a clang-tidy target if clang-tidy is available.

The target can be invoked by `ninja clang-tidy`.
This commit is contained in:
Tobias Predel 2023-05-20 12:33:44 +02:00
parent 01b0c11394
commit 3bf864dc15

1
.clang-tidy Normal file
View file

@ -0,0 +1 @@
Checks: '*'