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