Add a clang-tidy config file.

Small set of checks for now, we can add to this over time.
This commit is contained in:
David Chisnall
2019-04-29 11:30:23 +01:00
parent 365571b2b8
commit e6325e5cd2

1
.clang-tidy Normal file
View File

@@ -0,0 +1 @@
Checks: '-*,clang-diagnostic-*,google-readability-casting,readability-else-after-return'