summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
blob: b6bd0524c3d0e586ffad9885a75da031b75e748c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
Checks: "-*,modernize-use-bool-literals,modernize-use-nullptr,modernize-use-override,readability-braces-around-statements,readability-namespace-comment,readability-non-const-parameter,readability-qualified-auto"
WarningsAsErrors: ""
HeaderFilterRegex: ""
AnalyzeTemporaryDtors: false
FormatStyle: none
User: user
CheckOptions:
  - key: readability-braces-around-statements.ShortStatementLines
    value: 0
  - key: readability-namespace-comments.ShortNamespaceLines
    value: 0
  - key: readability-namespace-comments.SpacesBeforeComments
    value: 1
  - key: readability-qualified-auto.AddConstToQualified
    value: true
  - key: modernize-use-nullptr.NullMacros
    value: "NULL"