diff --git a/.clang-tidy b/.clang-tidy index 79276f81c3..1c7e65b762 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -101,6 +101,8 @@ CheckOptions: value: '10' - key: google-readability-namespace-comments.SpacesBeforeComments value: '2' + - key: google-runtime-int.TypeSuffix + value: '_t' - key: modernize-loop-convert.MaxCopySize value: '16' - key: modernize-loop-convert.MinConfidence