mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Update all code styles
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
"param": "_?_?(\\w+)",
|
||||
"$1": "snake_case"
|
||||
}],
|
||||
"module_local_name_style": [{
|
||||
"type" : "pattern",
|
||||
"param": "_?_?(\\w+)",
|
||||
"$1": "snake_case"
|
||||
}, "pascal_case"],
|
||||
"function_param_name_style": [{
|
||||
"type" : "pattern",
|
||||
"param": "_?_?(\\w+)",
|
||||
|
||||
Reference in New Issue
Block a user