diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/.clang-tidy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/.clang-tidy b/src/client/.clang-tidy new file mode 100644 index 00000000..2561514f --- /dev/null +++ b/src/client/.clang-tidy @@ -0,0 +1,3 @@ +Checks: > + -google-readability-todo, +InheritParentConfig: true |