Files
scummvm-cursorfix/.clang-tidy

9 lines
265 B
Plaintext
Raw Normal View History

2026-02-02 04:50:13 +01:00
---
Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,portability-*,bugprone-*'
CheckOptions:
- key: readability-identifier-naming.MethodCase
value: camelBack
- key: readability-identifier-naming.ParameterCase
value: camelBack
...