mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #8387 from ChillerDragon/pr_clang_format_interfaces
Whitelist class names starting with I
This commit is contained in:
commit
b4a41ea098
|
@ -116,7 +116,7 @@ CheckOptions:
|
||||||
- key: readability-identifier-naming.StructIgnoredRegexp
|
- key: readability-identifier-naming.StructIgnoredRegexp
|
||||||
value: '^([CS]|MapObject$|EnvelopedQuad$).*'
|
value: '^([CS]|MapObject$|EnvelopedQuad$).*'
|
||||||
- key: readability-identifier-naming.ClassIgnoredRegexp
|
- key: readability-identifier-naming.ClassIgnoredRegexp
|
||||||
value: '^(CCommandProcessorFragment_Vulkan$).*'
|
value: '^(I|CCommandProcessorFragment_Vulkan$).*'
|
||||||
- key: readability-identifier-naming.ParameterCase
|
- key: readability-identifier-naming.ParameterCase
|
||||||
value: CamelCase
|
value: CamelCase
|
||||||
- key: readability-identifier-naming.ParameterIgnoredRegexp
|
- key: readability-identifier-naming.ParameterIgnoredRegexp
|
||||||
|
|
Loading…
Reference in a new issue