aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: 99e914df9490f45ad0ee43beb1351256704d089e (plain)
1
2
3
4
5
6
7
8
9
10
11
---
Checks:          'google-readability-casting,modernize-deprecated-headers,modernize-loop-convert,modernize-use-auto,modernize-use-default-member-init,modernize-use-using,readability-else-after-return,readability-redundant-member-init,readability-redundant-string-cstr'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle:     none
CheckOptions:
  - key:             modernize-use-using.IgnoreMacros
    value:           '0'
...