File: .clang-tidy

package info (click to toggle)
vulkan-validationlayers 1.4.328.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 49,412 kB
  • sloc: cpp: 615,223; python: 12,115; sh: 24; makefile: 20; xml: 14
file content (5 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (11)
1
2
3
4
5
Checks: '-*,google*,readability-identifier-naming,-google-readability-todo'
CheckOptions:
  - { key: readability-identifier-naming.VariableCase,  value: lower_case }
  - { key: readability-identifier-naming.GlobalConstantCase,  value: CamelCase }
  - { key: readability-identifier-naming.GlobalConstantPrefix,  value: k }