Skip to content

Commit

Permalink
[ci skip] Update .clang-format
Browse files Browse the repository at this point in the history
This adds previously applied checks to the `.clang-format` file and also
reorders the checks alphabetically.
  • Loading branch information
JohannesLorenz committed Jan 21, 2023
1 parent 22eb7a1 commit 50a4297
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
Checks: >
bugprone-macro-parentheses,
bugprone-macro-repeated-side-effects,
modernize-avoid-c-arrays,
modernize-loop-convert,
modernize-redundant-void-arg,
modernize-use-auto,
modernize-use-bool-literals,
modernize-use-emplace,
modernize-use-equals-default,
modernize-use-equals-delete,
modernize-use-override,
modernize-use-using,
performance-trivially-destructible,
readability-braces-around-statements,
readability-const-return-type,
readability-identifier-naming,
readability-misleading-indentation,
readability-simplify-boolean-expr,
readability-braces-around-statements
readability-simplify-boolean-expr
WarningsAsErrors: ''
HeaderFilterRegex: '' # don't show errors from headers
AnalyzeTemporaryDtors: false
Expand Down

0 comments on commit 50a4297

Please sign in to comment.