diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cs/UNI-11095.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cs/UNI-11095.cfg | 319 |
1 files changed, 319 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cs/UNI-11095.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cs/UNI-11095.cfg new file mode 100644 index 00000000..f5cc4ceb --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cs/UNI-11095.cfg @@ -0,0 +1,319 @@ +input_tab_size=4 +string_replace_tab_chars=true +tok_split_gte=false +disable_processing_cmt=*begin-nonstandard-formatting* +enable_processing_cmt=*end-nonstandard-formatting* +utf8_bom=remove +utf8_byte=false +utf8_force=false +indent_columns=4 +indent_with_tabs=0 +indent_cmt_with_tabs=false +indent_align_string=false +indent_braces=false +indent_braces_no_func=false +indent_braces_no_class=false +indent_braces_no_struct=false +indent_brace_parent=false +indent_cs_delegate_brace=true +indent_namespace=true +indent_extern=false +indent_class=true +indent_class_colon=false +indent_else_if=false +indent_var_def_cont=false +indent_func_call_param=true +indent_func_def_param=true +indent_func_proto_param=true +indent_func_class_param=false +indent_func_ctor_var_param=false +indent_template_param=false +indent_func_param_double=false +indent_relative_single_line_comments=false +indent_switch_case=4 +indent_case_shift=0 +indent_case_brace=0 +indent_col1_comment=false +indent_label=-4 +indent_access_spec=-4 +indent_paren_nl=false +indent_comma_paren=false +indent_bool_paren=false +indent_first_bool_expr=false +indent_square_nl=false +indent_preserve_sql=false +indent_align_paren=false +indent_oc_block_msg_xcode_style=true +indent_off_after_return_new=true +indent_single_after_return=true +sp_arith=add +sp_assign=add +sp_assign_default=add +sp_enum_assign=add +sp_pp_concat=remove +sp_pp_stringify=remove +sp_bool=add +sp_compare=add +sp_inside_paren=remove +sp_paren_paren=remove +sp_balance_nested_parens=false +sp_paren_brace=force +sp_after_type=ignore +sp_template_angle=remove +sp_before_angle=remove +sp_inside_angle=remove +sp_angle_paren=remove +sp_angle_paren_empty=remove +sp_angle_word=add +sp_angle_shift=remove +sp_before_sparen=force +sp_inside_sparen=remove +sp_after_sparen=add +sp_sparen_brace=force +sp_special_semi=force +sp_before_semi=remove +sp_before_semi_for=remove +sp_before_semi_for_empty=remove +sp_between_semi_for_empty=remove +sp_after_semi=add +sp_after_semi_for=force +sp_after_semi_for_empty=remove +sp_before_square=remove +sp_before_squares=remove +sp_inside_square=remove +sp_after_comma=add +sp_before_comma=ignore +sp_after_mdatype_commas=remove +sp_before_mdatype_commas=remove +sp_between_mdatype_commas=remove +sp_paren_comma=remove +sp_after_class_colon=force +sp_before_class_colon=force +sp_before_case_colon=remove +sp_after_operator=remove +sp_after_operator_sym=remove +sp_after_operator_sym_empty=remove +sp_after_cast=remove +sp_inside_paren_cast=remove +sp_cpp_cast_paren=remove +sp_sizeof_paren=remove +sp_inside_braces_enum=add +sp_inside_braces_empty=remove +sp_type_func=ignore +sp_func_proto_paren=remove +sp_func_def_paren=remove +sp_inside_fparens=remove +sp_inside_fparen=remove +sp_fparen_brace=add +sp_func_call_paren=remove +sp_func_call_paren_empty=remove +sp_func_call_user_paren=remove +sp_func_class_paren=remove +sp_return_paren=add +sp_defined_paren=remove +sp_throw_paren=add +sp_catch_paren=add +sp_brace_typedef=add +sp_getset_brace=add +sp_after_dc=remove +sp_not=remove +sp_inv=remove +sp_addr=remove +sp_member=remove +sp_deref=remove +sp_sign=remove +sp_incdec=remove +sp_before_nl_cont=add +sp_after_oc_scope=force +sp_after_oc_colon=remove +sp_before_oc_colon=remove +sp_after_oc_dict_colon=force +sp_before_oc_dict_colon=remove +sp_after_send_oc_colon=force +sp_before_send_oc_colon=remove +sp_after_oc_type=remove +sp_after_oc_return_type=remove +sp_after_oc_at_sel=remove +sp_inside_oc_at_sel_parens=remove +sp_cond_colon=add +sp_cond_question=add +sp_case_label=ignore +sp_after_new=force +sp_between_new_paren=remove +sp_skip_vbrace_tokens=true +align_keep_tabs=false +align_with_tabs=false +align_on_tabstop=false +align_number_right=false +align_func_params=false +align_same_func_call_params=false +align_var_def_colon=false +align_var_def_attribute=false +align_var_def_inline=false +align_right_cmt_mix=false +align_on_operator=false +align_mix_var_proto=false +align_single_line_func=false +align_single_line_brace=false +align_nl_cont=false +align_left_shift=false +nl_collapse_empty_body=false +nl_assign_leave_one_liners=true +nl_class_leave_one_liners=true +nl_enum_leave_one_liners=true +nl_getset_leave_one_liners=true +nl_func_leave_one_liners=true +nl_cpp_lambda_leave_one_liners=true +nl_if_leave_one_liners=false +nl_oc_msg_leave_one_liner=true +nl_start_of_file=remove +nl_end_of_file=force +nl_end_of_file_min=1 +nl_assign_brace=force +nl_enum_brace=force +nl_struct_brace=force +nl_union_brace=force +nl_if_brace=force +nl_brace_else=force +nl_else_brace=force +nl_else_if=remove +nl_brace_finally=force +nl_finally_brace=force +nl_try_brace=force +nl_getset_brace=force +nl_for_brace=force +nl_catch_brace=force +nl_brace_catch=force +nl_while_brace=force +nl_using_brace=force +nl_brace_brace=ignore +nl_do_brace=force +nl_brace_while=force +nl_switch_brace=force +nl_multi_line_cond=false +nl_before_case=false +nl_after_case=false +nl_case_colon_brace=force +nl_namespace_brace=force +nl_template_class=ignore +nl_class_brace=force +nl_fdef_brace=force +nl_after_semicolon=false +nl_after_brace_open=false +nl_after_brace_open_cmt=false +nl_after_vbrace_open=false +nl_after_vbrace_open_empty=false +nl_after_brace_close=false +nl_after_vbrace_close=false +nl_squeeze_ifdef=false +nl_ds_struct_enum_cmt=false +nl_ds_struct_enum_close_brace=false +nl_namespace_two_to_one_liner=false +nl_create_if_one_liner=false +nl_create_for_one_liner=false +nl_create_while_one_liner=false +nl_create_func_def_one_liner=false +ls_for_split_full=false +ls_func_split_full=false +nl_max=3 +nl_after_func_body=2 +nl_after_multiline_comment=false +nl_property_brace=force +eat_blanks_after_open_brace=true +eat_blanks_before_close_brace=true +nl_after_return=false +mod_full_brace_if_chain=false +mod_paren_on_return=ignore +mod_pawn_semicolon=false +mod_full_paren_if_bool=false +mod_remove_extra_semicolon=true +mod_move_case_break=false +mod_remove_empty_return=true +cmt_convert_tab_to_spaces=True +cmt_indent_multi=false +cmt_c_group=false +cmt_c_nl_start=false +cmt_c_nl_end=false +cmt_cpp_group=false +cmt_cpp_nl_start=false +cmt_cpp_nl_end=false +cmt_cpp_to_c=false +cmt_star_cont=false +cmt_multi_check_last=false +cmt_insert_before_preproc=false +pp_space=ignore +use_options_overriding_for_qt_macros=false +warn_level_tabs_found_in_verbatim_string_literals=1 +# blocked by https://sourceforge.net/p/uncrustify/bugs/619/ +# can be turned back on at any time +mod_add_long_ifdef_else_comment=0 +mod_add_long_ifdef_endif_comment=0 + + + +# Setting this 'false' will cause an extra tab to be added to function call args from an assignment: +# +# x = o.Func2(a, b, +# y); +# o.Func2(a, b, +# y); +# +# ...but setting it 'true' is often worse: +# +# ExtraReallyLongType reallyLongVariableName = someTest +# ? someTrueExpr +# : someFalseExpr +# +# ...except sometimes we really do want that. What we need is an indent_align_assign_threshold, or, +# better but maybe more complicated, indent_align_assign=ignore to leave alone what the engineer did. +# (currently unreported) +indent_align_assign=false + +# this is causing a few problems, but usually with block comments and autodoc markup. perhaps only add a space +# if first letter is not a symbol and this is a standalone comment: not preceded or followed by another c++ +# comment line at the same level of indentation. +# REVISIT: work was done to have it eliminate space for doxygen markup in c6aca7b, maybe can improve on it for us +# (test using Runtime/Allocator/BucketAllocator.h) +# IMPORTANT: see task at https://trello.com/c/wUgiuvbX before going further +#sp_cmt_cpp_start=add +sp_cmt_cpp_start=ignore + +# https://sourceforge.net/p/uncrustify/bugs/619/ +#sp_endif_cmt=force +sp_endif_cmt=ignore + +# want to turn this on, but can't do it without also getting alignment right. try running it on this file as an example: +# Tools\BugReporterV2\qt_face\lib\src\MainWindow.cpp +#nl_cpp_ldef_brace=force + +# workaround for some nasty macroing we're doing +set COMMENT PLATFORM_EXCEPTION_SAFEGUARD_PROLOG + +# without this, uncrustify will parse and process the contents of #defines, which is super unstable. very easy to get into edge cases it does not support, +# so just have it treat #defines as black boxes. this will keep all of the contents of the #define as unprocessed. +pp_ignore_define_body=true + +# macros in #includes aren't known to Uncrustify, so have to inform it here for macros that will confuse it +set MACRO_FUNC ATTRIBUTE_ALIGN + +# we have some truly insane deep namespace nesting in il2cpp. :/ +indent_namespace_single_indent=true + +# needed for fmod apparently (via HEVAGTool.h - the *'s near F_STDCALL will be interpreted as ARITH without this) +set COMMENT F_STDCALL + +# https://github.com/uncrustify/uncrustify/pull/602 +# https://sourceforge.net/p/uncrustify/bugs/633/ +set COMMENT __cdecl +set COMMENT __clrcall +set COMMENT __fastcall +set COMMENT __stdcall +set COMMENT __thiscall +set COMMENT __vectorcall +set COMMENT WINAPI + +# We need to make FAKE_FUNCTION a PROTO_WRAP macro function to help properly tokenize it's parameters. +# Previously parameters with CT_AMP and CT_STAR were tokenized as CT_ARITH. Support for optional parenthesis added in github PR #629. +set PROTO_WRAP FAKE_FUNCTION +nl_create_func_def_one_liner=true +sp_inside_braces=Add |