Skip to content

Commit

Permalink
Split lines in .clang-tidy [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Jun 25, 2022
1 parent e72d9d4 commit cd7f26b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
Checks: 'bugprone-macro-parentheses,bugprone-macro-repeated-side-effects,modernize-use-override,readability-identifier-naming,readability-misleading-indentation,readability-simplify-boolean-expr,readability-braces-around-statements'
Checks: >
bugprone-macro-parentheses,
bugprone-macro-repeated-side-effects,
modernize-use-override,
readability-identifier-naming,
readability-misleading-indentation,
readability-simplify-boolean-expr,
readability-braces-around-statements
WarningsAsErrors: ''
HeaderFilterRegex: '' # don't show errors from headers
AnalyzeTemporaryDtors: false
Expand Down

0 comments on commit cd7f26b

Please sign in to comment.