diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-08 23:09:21 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-08 23:09:37 +0200 |
| commit | 677265461b3c596ab2a88858e74b0970196198fe (patch) | |
| tree | 40cb1e82e78221dad294b9a521024936c2b716bc /.clang-tidy | |
| parent | bf900719174913774e9559302ac90e11c68ac87a (diff) | |
Make clang-tidy happy
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..0f5830d --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,2 @@ +--- +Checks: 'bugprone-*,misc-*,modernize-*,performance-*,portability-*,readability-*,-misc-non-private-member-variables-in-classes,-modernize-avoid-c-arrays,-modernize-use-trailing-return-type,-readability-magic-numbers,-readability-identifier-length,-readability-braces-around-statements,-readability-function-cognitive-complexity,-readability-redundant-inline-specifier,-readability-implicit-bool-conversion'
\ No newline at end of file |
