cake
cake copied to clipboard
style options for -n option
-n Check naming conventions (it is hardcoded for its own naming convention)
Today it is hardcode of it own style.
case_struct_tag=pascal_case
case_enum_tag=pascal_case
case_function=pascal_case
case_enumerator=pascal_case
case_struct_member=pascal_case
case_parameter=pascal_case
case_global_var=pascal_case
case_local_var=pascal_case
case_macro