File: .clang-tidy

package info (click to toggle)
mixxx 2.5.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 151,336 kB
  • sloc: cpp: 238,395; xml: 217,434; javascript: 108,018; ansic: 25,966; sh: 4,713; python: 2,820; makefile: 206; perl: 49; sql: 47
file content (25 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
Checks: >-
  -*,
  google-readability-namespace-comments,
  modernize-use-bool-literals,
  modernize-use-nullptr,
  modernize-use-override,
  readability-braces-around-statements,
  readability-non-const-parameter,
  readability-qualified-auto
WarningsAsErrors: ""
HeaderFilterRegex: ""
FormatStyle: none
User: user
CheckOptions:
  - key: readability-braces-around-statements.ShortStatementLines
    value: 0
  - key: google-readability-namespace-comments.ShortNamespaceLines
    value: 0
  - key: google-readability-namespace-comments.SpacesBeforeComments
    value: 1
  - key: readability-qualified-auto.AddConstToQualified
    value: true
  - key: modernize-use-nullptr.NullMacros
    value: "NULL"