diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..b521d6e --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,16 @@ +Checks: > + readability-*, + performance-*, + modernize-*, + google-readability-todo, + cert-err34-c, + cert-flp30-c, + bugprone-*, + misc-misplaced-const, + misc-redundant-expression, + misc-static-assert, + -clang-analyzer-*, + -readability-isolate-declaration, + -readability-magic-numbers +AnalyzeTemporaryDtors: false +FormatStyle: file