cake icon indicating copy to clipboard operation
cake copied to clipboard

style options for -n option

Open thradams opened this issue 2 years ago • 1 comments

-n Check naming conventions (it is hardcoded for its own naming convention)

Today it is hardcode of it own style.

thradams avatar Apr 19 '23 23:04 thradams

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

thradams avatar May 28 '23 02:05 thradams