refactor(*): make type alias identifiers conform to the style for general type identifiers
This commit is contained in:
@ -7,6 +7,8 @@ NAMESPACE_REDCRAFT_BEGIN
|
||||
NAMESPACE_MODULE_BEGIN(Redcraft)
|
||||
NAMESPACE_MODULE_BEGIN(Utility)
|
||||
|
||||
// ReSharper disable CppInconsistentNaming
|
||||
|
||||
NAMESPACE_BEGIN(Testing)
|
||||
|
||||
void TestContainers()
|
||||
@ -603,6 +605,8 @@ void TestList()
|
||||
|
||||
NAMESPACE_END(Testing)
|
||||
|
||||
// ReSharper restore CppInconsistentNaming
|
||||
|
||||
NAMESPACE_MODULE_END(Utility)
|
||||
NAMESPACE_MODULE_END(Redcraft)
|
||||
NAMESPACE_REDCRAFT_END
|
||||
|
Reference in New Issue
Block a user