From e6325e5cd2a78e8587b6bf78e13a43785813b30c Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 29 Apr 2019 11:30:23 +0100 Subject: [PATCH] Add a clang-tidy config file. Small set of checks for now, we can add to this over time. --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) create mode 100644 .clang-tidy diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..3c5dcf0 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1 @@ +Checks: '-*,clang-diagnostic-*,google-readability-casting,readability-else-after-return'