Skip to content

Commit

Permalink
Add modernize-use-default-member-init.UseAssignment to .clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Jan 24, 2022
1 parent b574048 commit 943aa1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ CheckOptions:
value: 1
- key: readability-redundant-member-init.IgnoreBaseInCopyConstructors
value: 1
- key: modernize-use-default-member-init.UseAssignment
value: 1

0 comments on commit 943aa1b

Please sign in to comment.