forked from KPGPMC/furlang
+7
-7
@@ -49,17 +49,17 @@ CheckOptions:
|
||||
|
||||
# Types
|
||||
- key: readability-identifier-naming.StructCase
|
||||
value: snake_case
|
||||
value: lower_case
|
||||
- key: readability-identifier-naming.ClassCase
|
||||
value: snake_case
|
||||
value: lower_case
|
||||
- key: readability-identifier-naming.EnumCase
|
||||
value: snake_case
|
||||
value: lower_case
|
||||
# - key: readability-identifier-naming.AbstractClassPrefix
|
||||
# value: I
|
||||
|
||||
# Functions
|
||||
- key: readability-identifier-naming.FunctionCase
|
||||
value: snake_case
|
||||
value: lower_case
|
||||
|
||||
# Variables
|
||||
- key: readability-identifier-naming.VariableCase
|
||||
@@ -81,13 +81,13 @@ CheckOptions:
|
||||
|
||||
# Static constexpr
|
||||
- key: readability-identifier-naming.StaticConstexprVariableCase
|
||||
value: aNy_CaSe
|
||||
value: aNy_CasE
|
||||
|
||||
# Constants
|
||||
- key: readability-identifier-naming.ConstantCase
|
||||
value: aNy_CaSe
|
||||
value: aNy_CasE
|
||||
- key: readability-identifier-naming.StaticConstantCase
|
||||
value: aNy_CaSe
|
||||
value: aNy_CasE
|
||||
- key: readability-identifier-naming.EnumConstantCase
|
||||
value: CamelCase
|
||||
- key: readability-identifier-naming.ScopedEnumConstantCase
|
||||
|
||||
Reference in New Issue
Block a user