Merge pull request #8387 from ChillerDragon/pr_clang_format_interfaces

Whitelist class names starting with I
This commit is contained in:
Dennis Felsing 2024-05-21 06:59:06 +00:00 committed by GitHub
commit b4a41ea098
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ CheckOptions:
- key: readability-identifier-naming.StructIgnoredRegexp
value: '^([CS]|MapObject$|EnvelopedQuad$).*'
- key: readability-identifier-naming.ClassIgnoredRegexp
value: '^(CCommandProcessorFragment_Vulkan$).*'
value: '^(I|CCommandProcessorFragment_Vulkan$).*'
- key: readability-identifier-naming.ParameterCase
value: CamelCase
- key: readability-identifier-naming.ParameterIgnoredRegexp