mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
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:
parent
01b0c11394
commit
3bf864dc15
1 changed files with 1 additions and 0 deletions
1
.clang-tidy
Normal file
1
.clang-tidy
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Checks: '*'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue