mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
|
---
|
||
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,portability-*,bugprone-*'
|
||
|
CheckOptions:
|
||
|
- key: readability-identifier-naming.MethodCase
|
||
|
value: camelBack
|
||
|
- key: readability-identifier-naming.ParameterCase
|
||
|
value: camelBack
|
||
|
...
|