Added readability-braces-around-statements (#31562)

pull/31359/head
Esun Kim 2 years ago committed by GitHub
parent a02cc7d88a
commit c6a1d0692f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .clang-tidy

@ -112,6 +112,7 @@ Checks: '-*,
modernize-use-nullptr,
modernize-use-override,
modernize-use-transparent-functors,
readability-braces-around-statements,
readability-const-return-type,
readability-container-size-empty,
readability-delete-null-pointer,
@ -137,7 +138,7 @@ CheckOptions:
value: 'absl::make_unique'
- key: modernize-make-unique.MakeSmartPtrFunctionHeader
value: 'absl/memory/memory.h'
- key: google-readability-braces-around-statements.ShortStatementLines
- key: readability-braces-around-statements.ShortStatementLines
value: 1
- key: readability-simplify-boolean-expr.SimplifyDeMorgan
value: false

Loading…
Cancel
Save