Split lines in .clang-tidy [ci skip]

See, for example:
https://stackoverflow.com/questions/60723010/clang-tidy-file-how-to-list-the-checks-in-multiple-lines
This commit is contained in:
Johannes Lorenz
2022-06-25 01:14:59 +02:00
committed by Johannes Lorenz
parent e72d9d46b8
commit cd7f26b36c

View File

@@ -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