From 053d26294434443c1da8b467a729a30714295921 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 1 Sep 2025 13:13:40 -0700 Subject: [PATCH] Add .clang-tidy --- .clang-tidy | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-tidy diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 00000000..53ff441b --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,4 @@ +Checks: modernize-use-trailing-return-type +CheckOptions: + - key: modernize-use-trailing-return-type.TransformLambdas + value: none