diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc')
100 files changed, 1043 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/1927.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/1927.cfg new file mode 100644 index 00000000..3734f63d --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/1927.cfg @@ -0,0 +1,3 @@ +# Add or remove space between '}' and '@catch' if on the same line. +# If set to ignore, sp_brace_catch is used. +sp_oc_brace_catch = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/Issue_2172.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/Issue_2172.cfg new file mode 100644 index 00000000..a4da88d2 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/Issue_2172.cfg @@ -0,0 +1,3 @@ +indent_columns = 3 +nl_if_brace = add +pos_enum_comma = trail_force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/Issue_681.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/Issue_681.cfg new file mode 100644 index 00000000..901b0c8e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/Issue_681.cfg @@ -0,0 +1,3 @@ +nl_oc_before_interface = force +nl_oc_before_end = force +nl_oc_before_implementation = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U08-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U08-Cpp.cfg new file mode 100644 index 00000000..1a8d9ead --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U08-Cpp.cfg @@ -0,0 +1,2 @@ +sp_func_proto_paren = remove +sp_before_byref = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U09-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U09-Cpp.cfg new file mode 100644 index 00000000..e8b4846a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U09-Cpp.cfg @@ -0,0 +1,2 @@ +nl_end_of_file = force +nl_end_of_file_min = 1 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U10-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U10-Cpp.cfg new file mode 100644 index 00000000..76c1c8c3 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U10-Cpp.cfg @@ -0,0 +1,6 @@ +sp_func_def_paren = remove +sp_after_send_oc_colon = force +sp_cond_question = add +indent_columns = 4 +indent_with_tabs = 0 +nl_after_func_body = 2 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U11-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U11-Cpp.cfg new file mode 100644 index 00000000..07ba9e26 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U11-Cpp.cfg @@ -0,0 +1,4 @@ +sp_before_sparen = force +sp_after_send_oc_colon = force +indent_columns = 4 +indent_with_tabs = 0 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U12-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U12-Cpp.cfg new file mode 100644 index 00000000..581594ac --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U12-Cpp.cfg @@ -0,0 +1,5 @@ +sp_after_cast = remove +sp_func_def_paren = remove +sp_func_call_paren = remove +indent_columns = 4 +indent_with_tabs = 0 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U13-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U13-Cpp.cfg new file mode 100644 index 00000000..162b13d4 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U13-Cpp.cfg @@ -0,0 +1,3 @@ +input_tab_size = 4 +indent_with_tabs = 0 +pp_ignore_define_body = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U14-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U14-Cpp.cfg new file mode 100644 index 00000000..967ea74d --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U14-Cpp.cfg @@ -0,0 +1 @@ +sp_func_proto_paren = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U15-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U15-Cpp.cfg new file mode 100644 index 00000000..0d78de45 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U15-Cpp.cfg @@ -0,0 +1,2 @@ +indent_columns = 4 +indent_with_tabs = 0 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U24-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U24-Cpp.cfg new file mode 100644 index 00000000..bc46ae54 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/U24-Cpp.cfg @@ -0,0 +1,3 @@ +input_tab_size = 4 +indent_columns = 4 +pp_ignore_define_body = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/UNI-11095.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/UNI-11095.cfg new file mode 100644 index 00000000..805f779e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/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=0 +indent_bool_paren=0 +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=0 +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 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/align-objc-like-xcode.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/align-objc-like-xcode.cfg new file mode 100644 index 00000000..3b321b11 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/align-objc-like-xcode.cfg @@ -0,0 +1,8 @@ +indent_columns = 2 +indent_oc_msg_prioritize_first_colon = false +indent_oc_msg_colon = 0 +align_oc_msg_spec_span = 0 +align_oc_msg_colon_span = 1 +align_oc_msg_colon_first = true +sp_after_send_oc_colon = true +align_oc_msg_colon_xcode_like = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/align_oc_msg_colon_span-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/align_oc_msg_colon_span-1.cfg new file mode 100644 index 00000000..9681d152 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/align_oc_msg_colon_span-1.cfg @@ -0,0 +1 @@ +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/block_pointer.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/block_pointer.cfg new file mode 100644 index 00000000..70c21bbd --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/block_pointer.cfg @@ -0,0 +1,3 @@ +sp_after_ptr_block_caret = remove # ignore/add/remove/force +sp_before_oc_block_caret = remove # ignore/add/remove/force +sp_after_oc_block_caret = remove # ignore/add/remove/force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/blocks.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/blocks.cfg new file mode 100644 index 00000000..74ed7e4f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/blocks.cfg @@ -0,0 +1,28 @@ +sp_arith = force +sp_before_ptr_star = force +sp_after_ptr_star = remove +sp_ptr_star_paren = remove +sp_inside_tparen = remove +sp_after_oc_scope = remove +sp_after_oc_colon = force +sp_after_send_oc_colon = force +sp_after_oc_type = force +sp_after_oc_block_caret = remove +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_func_var_def_blk = 1 +nl_if_brace = add +nl_for_brace = add +nl_while_brace = add +nl_fdef_brace = add +nl_after_semicolon = true +nl_after_brace_open = true +mod_full_brace_for = add +mod_full_brace_if = add +mod_full_brace_while = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_167.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_167.cfg new file mode 100644 index 00000000..6ed02f2e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_167.cfg @@ -0,0 +1,5 @@ +# Add or remove newline between function signature and '{' +nl_fdef_brace = force # ignore/add/remove/force + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = remove # ignore/add/remove/force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_340.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_340.cfg new file mode 100644 index 00000000..f56e7a43 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_340.cfg @@ -0,0 +1,7 @@ +sp_before_ptr_star = add +sp_after_oc_colon = remove +sp_after_send_oc_colon = remove +sp_after_oc_type = remove +indent_columns = 2 +eat_blanks_after_open_brace = true +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_841.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_841.cfg new file mode 100644 index 00000000..2ab54cc1 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_841.cfg @@ -0,0 +1,3 @@ +align_oc_msg_colon_span = 1 +# +indent_oc_msg_prioritize_first_colon = false diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_i_125-412.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_i_125-412.cfg new file mode 100644 index 00000000..2498ac1b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/bug_i_125-412.cfg @@ -0,0 +1,2 @@ +nl_oc_msg_args = true +align_oc_msg_colon_span = 4
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/delete-space-oc.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/delete-space-oc.cfg new file mode 100644 index 00000000..4d8a15cb --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/delete-space-oc.cfg @@ -0,0 +1 @@ +sp_after_oc_colon = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double-indent-objc-dict.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double-indent-objc-dict.cfg new file mode 100644 index 00000000..d4e9a1ae --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double-indent-objc-dict.cfg @@ -0,0 +1,4 @@ +indent_align_assign = false +indent_single_after_return = false +indent_continue = 0 +use_indent_continue_only_once = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_1.cfg new file mode 100644 index 00000000..73319da9 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_1.cfg @@ -0,0 +1,8 @@ +# (C++11) Permit removal of the space between '>>' in 'foo<bar<int> >'. Note +# that sp_angle_shift cannot remove the space without this option. +sp_permit_cpp11_shift = true # true/false + +# Add or remove space between '>' and '>' in '>>' (template stuff). +# +# Default: add +sp_angle_shift = remove # ignore/add/remove/force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_2.cfg new file mode 100644 index 00000000..8d12b193 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_2.cfg @@ -0,0 +1,8 @@ +# (C++11) Permit removal of the space between '>>' in 'foo<bar<int> >'. Note +# that sp_angle_shift cannot remove the space without this option. +sp_permit_cpp11_shift = true # true/false + +# Add or remove space between '>' and '>' in '>>' (template stuff). +# +# Default: add +sp_angle_shift = add # ignore/add/remove/force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_3.cfg new file mode 100644 index 00000000..da6a41c2 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/double_angle_space_3.cfg @@ -0,0 +1,8 @@ +# (C++11) Permit removal of the space between '>>' in 'foo<bar<int> >'. Note +# that sp_angle_shift cannot remove the space without this option. +sp_permit_cpp11_shift = true # true/false + +# Add or remove space between '>' and '>' in '>>' (template stuff). +# +# Default: add +sp_angle_shift = ignore # ignore/add/remove/force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh137.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh137.cfg new file mode 100644 index 00000000..83da02ee --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh137.cfg @@ -0,0 +1,3 @@ +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh293.a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh293.a.cfg new file mode 100644 index 00000000..e875a54b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh293.a.cfg @@ -0,0 +1,3 @@ +output_tab_size = 4 +indent_columns = 4 +indent_braces = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh293.b.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh293.b.cfg new file mode 100644 index 00000000..1dc357ae --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/gh293.b.cfg @@ -0,0 +1,2 @@ +output_tab_size = 4 +indent_columns = 4
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent-objc-block.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent-objc-block.cfg new file mode 100644 index 00000000..aee5aace --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent-objc-block.cfg @@ -0,0 +1,12 @@ +output_tab_size = 2 +indent_columns = output_tab_size +indent_member = output_tab_size +indent_oc_block = false +indent_oc_block_msg = output_tab_size +use_indent_continue_only_once = true +indent_oc_block_msg_xcode_style = true +indent_oc_block_msg_from_keyword = false +indent_oc_block_msg_from_caret = false +indent_oc_block_msg_from_colon = false + +indent_with_tabs = 0 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_boxed.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_boxed.cfg new file mode 100644 index 00000000..e20f0820 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_boxed.cfg @@ -0,0 +1,17 @@ +sp_cond_question_after = remove +sp_cond_question_before = add +align_oc_decl_colon = false +align_oc_msg_colon_first = false +align_oc_msg_colon_span = 10 +align_oc_msg_spec_span = 10 +indent_columns = 4 +indent_continue = 4 +indent_oc_block = false +indent_oc_block_msg = 0 +indent_oc_block_msg_from_brace = false +indent_oc_block_msg_from_caret = false +indent_oc_block_msg_from_colon = false +indent_oc_block_msg_from_keyword = false +indent_oc_block_msg_xcode_style = true +indent_oc_msg_colon = 0 +indent_oc_msg_prioritize_first_colon = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_oc_inside_msg_sel.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_oc_inside_msg_sel.cfg new file mode 100644 index 00000000..b140f071 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_oc_inside_msg_sel.cfg @@ -0,0 +1,5 @@ +indent_oc_inside_msg_sel = true +indent_with_tabs = 0 +indent_align_paren = false +align_oc_msg_colon_span = 1 + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_single_newline.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_single_newline.cfg new file mode 100644 index 00000000..1496b522 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/indent_single_newline.cfg @@ -0,0 +1,3 @@ +indent_single_newlines = true +indent_columns = 4 # number +indent_with_tabs = 0 # number diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2643.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2643.cfg new file mode 100644 index 00000000..7f188f21 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2643.cfg @@ -0,0 +1,4 @@ +sp_before_oc_block_caret = remove +sp_after_oc_block_caret = force +indent_oc_block = true +indent_oc_block_msg_from_caret = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2656.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2656.cfg new file mode 100644 index 00000000..3b020c33 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2656.cfg @@ -0,0 +1,2 @@ +sp_after_ptr_star = remove +sp_before_ptr_star = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2675.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2675.cfg new file mode 100644 index 00000000..0eab0244 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_2675.cfg @@ -0,0 +1,4 @@ +input_tab_size = 2 +output_tab_size = input_tab_size +macro-open SOME_MACRO_OPEN +macro-close SOME_MACRO_CLOSE diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_3031.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_3031.cfg new file mode 100644 index 00000000..8234c643 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/issue_3031.cfg @@ -0,0 +1,5 @@ +nl_class_colon = force +sp_after_class_colon = force +sp_before_class_colon = force +sp_after_send_oc_colon = remove +sp_before_send_oc_colon = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_grouping_enabled.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_grouping_enabled.cfg new file mode 100644 index 00000000..d88bf262 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_grouping_enabled.cfg @@ -0,0 +1,7 @@ +mod_sort_import = true +mod_sort_using = true +mod_sort_include = true +mod_sort_incl_import_prioritize_extensionless = true +mod_sort_incl_import_prioritize_angle_over_quotes = true +mod_sort_incl_import_ignore_extension = true +mod_sort_incl_import_grouping_enabled = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_ignore_extension.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_ignore_extension.cfg new file mode 100644 index 00000000..d49491cb --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_ignore_extension.cfg @@ -0,0 +1,4 @@ +mod_sort_import = true +mod_sort_using = true +mod_sort_include = true +mod_sort_incl_import_ignore_extension = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_angle_over_quotes.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_angle_over_quotes.cfg new file mode 100644 index 00000000..475ab734 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_angle_over_quotes.cfg @@ -0,0 +1,4 @@ +mod_sort_import = true +mod_sort_using = true +mod_sort_include = true +mod_sort_incl_import_prioritize_angle_over_quotes = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_extensionless.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_extensionless.cfg new file mode 100644 index 00000000..aa9eb1db --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_extensionless.cfg @@ -0,0 +1,4 @@ +mod_sort_import = true +mod_sort_using = true +mod_sort_include = true +mod_sort_incl_import_prioritize_extensionless = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_filename.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_filename.cfg new file mode 100644 index 00000000..2661a68a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/mod_sort_incl_import_prioritize_filename.cfg @@ -0,0 +1,4 @@ +mod_sort_import = true +mod_sort_using = true +mod_sort_include = true +mod_sort_incl_import_prioritize_filename = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_after_func_body-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_after_func_body-3.cfg new file mode 100644 index 00000000..65f1fa5a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_after_func_body-3.cfg @@ -0,0 +1,4 @@ +output_tab_size = 4 +indent_columns = 4 +nl_after_func_body = 3 +indent_oc_inside_msg_sel = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_brace_square.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_brace_square.cfg new file mode 100644 index 00000000..e0f11f90 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_brace_square.cfg @@ -0,0 +1,25 @@ +sp_arith = force +sp_before_ptr_star = force +sp_ptr_star_paren = remove +sp_inside_tparen = remove +sp_after_oc_scope = remove +sp_after_oc_colon = force +sp_after_send_oc_colon = force +sp_after_oc_type = force +sp_after_oc_block_caret = remove +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +nl_func_var_def_blk = 1 +nl_if_brace = add +nl_for_brace = add +nl_while_brace = add +nl_fdef_brace = add +nl_after_semicolon = true +nl_after_brace_open = true +mod_full_brace_for = add +mod_full_brace_if = add +mod_full_brace_while = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_func_call_args_multi_line_ignore_closures.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_func_call_args_multi_line_ignore_closures.cfg new file mode 100644 index 00000000..e480140e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_func_call_args_multi_line_ignore_closures.cfg @@ -0,0 +1,4 @@ +nl_func_call_start_multi_line = true +nl_func_call_args_multi_line = true +nl_func_call_end_multi_line = true +nl_func_call_args_multi_line_ignore_closures = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_oc_block_brace-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_oc_block_brace-f.cfg new file mode 100644 index 00000000..824fc747 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/nl_oc_block_brace-f.cfg @@ -0,0 +1 @@ +nl_oc_block_brace = force
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/obj-c-available.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/obj-c-available.cfg new file mode 100644 index 00000000..f77790fc --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/obj-c-available.cfg @@ -0,0 +1,2 @@ +indent_columns = 4 # number +indent_with_tabs = 0 # number diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/obj-c-properties.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/obj-c-properties.cfg new file mode 100644 index 00000000..98241779 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/obj-c-properties.cfg @@ -0,0 +1,8 @@ +sp_inside_paren = remove +mod_sort_oc_properties = true +mod_sort_oc_property_thread_safe_weight = 6 +mod_sort_oc_property_readwrite_weight = 5 +mod_sort_oc_property_reference_weight = 4 +mod_sort_oc_property_getter_weight = 2 +mod_sort_oc_property_nullability_weight = 3 +mod_sort_oc_property_class_weight = 7 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/objc_bug_497.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/objc_bug_497.cfg new file mode 100644 index 00000000..0015f97d --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/objc_bug_497.cfg @@ -0,0 +1,2 @@ +indent_continue = 10 +indent_with_tabs = 0
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/objc_complex_method.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/objc_complex_method.cfg new file mode 100644 index 00000000..3e713117 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/objc_complex_method.cfg @@ -0,0 +1,7 @@ +sp_after_ptr_star = force +sp_after_oc_return_type = force +indent_columns = 4 +indent_with_tabs = 0 +nl_func_var_def_blk = 1 +align_oc_msg_colon_span = 1 +cmt_star_cont = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc1.cfg new file mode 100644 index 00000000..659131cf --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc1.cfg @@ -0,0 +1,8 @@ +output_tab_size = 3 +sp_after_oc_colon = force +sp_before_oc_colon = remove +sp_after_oc_type = force +indent_columns = output_tab_size +indent_with_tabs = 0 +nl_fdef_brace = add +align_oc_msg_spec_span = 2
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc10.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc10.cfg new file mode 100644 index 00000000..d50a20d8 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc10.cfg @@ -0,0 +1,12 @@ +sp_before_ptr_star = force +sp_inside_square = remove +sp_after_comma = force +sp_inside_fparen = remove +sp_func_call_paren = remove +sp_after_oc_scope = remove +sp_after_oc_msg_receiver = force +indent_columns = 3 +nl_fdef_brace = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc11.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc11.cfg new file mode 100644 index 00000000..e355d765 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc11.cfg @@ -0,0 +1,13 @@ +sp_inside_braces = force +sp_after_send_oc_colon = force +sp_cond_ternary_short = remove +sp_cond_colon = add +sp_cond_question = add +indent_with_tabs = 0 +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_after_semicolon = true +align_var_def_span = 2 +align_var_def_star_style = 1 +align_assign_span = 1 +align_oc_msg_colon_span = 1 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc12.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc12.cfg new file mode 100644 index 00000000..4f069fed --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc12.cfg @@ -0,0 +1,5 @@ +sp_after_angle = force +sp_after_cast = remove +sp_after_oc_scope = remove +indent_columns = 3 +nl_for_brace = add
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc13.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc13.cfg new file mode 100644 index 00000000..925a2739 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc13.cfg @@ -0,0 +1,14 @@ +sp_after_oc_scope = remove +sp_after_send_oc_colon = force +indent_columns = 3 +indent_continue = 3 +indent_align_assign = false +nl_func_var_def_blk = 1 +nl_fdef_brace = add +nl_after_brace_open = true +align_var_def_span = 2 +align_var_def_star_style = 1 +align_assign_span = 1 + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc14.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc14.cfg new file mode 100644 index 00000000..a44950db --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc14.cfg @@ -0,0 +1,8 @@ +sp_after_send_oc_colon = force +indent_columns = 3 +indent_oc_block = true +nl_oc_msg_args = true +eat_blanks_after_open_brace = true +eat_blanks_before_close_brace = true +align_oc_msg_colon_span = 1 +indent_with_tabs = 0 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc16.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc16.cfg new file mode 100644 index 00000000..5eec46e9 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc16.cfg @@ -0,0 +1,8 @@ +sp_after_ptr_star = remove +sp_after_send_oc_colon = force +indent_columns = 3 +indent_oc_block = true +nl_for_brace = add +nl_oc_msg_args = true +align_oc_msg_colon_span = 1 +indent_with_tabs = 0 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc17.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc17.cfg new file mode 100644 index 00000000..18b27823 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc17.cfg @@ -0,0 +1,3 @@ +indent_columns = 3 +align_var_def_span = 2 +align_assign_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc18.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc18.cfg new file mode 100644 index 00000000..96003cf5 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc18.cfg @@ -0,0 +1,9 @@ +indent_columns = 3 +indent_continue = 3 +indent_align_assign = false +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_after_brace_open = true +align_var_def_span = 2 +align_var_def_star_style = 1 +align_assign_span = 1 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc19.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc19.cfg new file mode 100644 index 00000000..d68c95f0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc19.cfg @@ -0,0 +1,10 @@ +sp_after_oc_scope = remove +indent_columns = 3 +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_switch_brace = add +nl_fdef_brace = add +eat_blanks_after_open_brace = true + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc2.cfg new file mode 100644 index 00000000..43d02a66 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc2.cfg @@ -0,0 +1,6 @@ +sp_inside_fparen = remove +indent_columns = 3 +nl_fdef_brace = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc4.cfg new file mode 100644 index 00000000..f2de050e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc4.cfg @@ -0,0 +1,9 @@ +sp_before_ptr_star = force +sp_after_ptr_star = remove +sp_after_oc_scope = remove +sp_after_oc_colon = force +sp_before_oc_colon = remove +sp_after_oc_type = force +indent_columns = 3 +nl_end_of_file = force +nl_end_of_file_min = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc5.cfg new file mode 100644 index 00000000..77a7a7af --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc5.cfg @@ -0,0 +1,6 @@ +sp_before_angle = remove +sp_after_oc_colon = force +sp_after_oc_type = force +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_fdef_brace = add
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc6.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc6.cfg new file mode 100644 index 00000000..c1bcd8d4 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc6.cfg @@ -0,0 +1,8 @@ +sp_inside_fparen = remove +sp_after_send_oc_colon = force +indent_columns = 3 +nl_finally_brace = add +nl_try_brace = add +nl_catch_brace = add +nl_fdef_brace = add +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc7.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc7.cfg new file mode 100644 index 00000000..972ab19a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc7.cfg @@ -0,0 +1,14 @@ +sp_compare = force +sp_after_comma = force +sp_inside_braces = force +sp_after_oc_scope = remove +sp_before_oc_colon = remove +sp_after_send_oc_colon = force +indent_columns = 3 +nl_oc_msg_leave_one_liner = true +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_for_brace = add +nl_oc_msg_args = true +align_assign_span = 1 +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc8.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc8.cfg new file mode 100644 index 00000000..3f577ab8 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc8.cfg @@ -0,0 +1,14 @@ +sp_inside_paren = remove +sp_before_angle = remove +sp_inside_angle = remove +sp_after_angle = force +sp_inside_sparen = remove +sp_inside_fparen = remove +sp_after_oc_scope = remove +sp_after_oc_colon = force +sp_after_send_oc_colon = force +indent_columns = 3 +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_if_brace = add +mod_full_brace_if = add
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc9.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc9.cfg new file mode 100644 index 00000000..92ed39d4 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc9.cfg @@ -0,0 +1,7 @@ +sp_after_comma = force +indent_columns = 3 +indent_continue = 3 +indent_align_assign = false +nl_fdef_brace = add +nl_after_brace_open = true +align_assign_span = 1 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_bug_1674.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_bug_1674.cfg new file mode 100644 index 00000000..31e4537c --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_bug_1674.cfg @@ -0,0 +1,49 @@ +# File Created With UncrustifyX 0.4.3 (252) + +sp_enum_paren = remove +sp_cond_ternary_short = remove +indent_paren_open_brace = true + +align_oc_decl_colon = true +align_oc_msg_colon_span = 1 +nl_after_func_body = 2 +mod_full_brace_do = add +mod_full_brace_if = add +mod_full_brace_for = add +mod_full_brace_while = add +indent_oc_block = true +indent_columns = 4 +indent_switch_case = 4 +indent_with_tabs = 0 +nl_after_brace_close = true +nl_after_brace_open = true +nl_after_case = true +nl_brace_while = remove +nl_collapse_empty_body = false +nl_end_of_file = add +sp_after_oc_block_caret = remove +sp_after_oc_colon = remove +sp_after_send_oc_colon = remove +sp_after_oc_property = add +sp_after_oc_return_type = remove +sp_after_oc_scope = force +sp_after_oc_type = remove +sp_after_angle = add +sp_after_comma = add +sp_after_sparen = add +sp_after_ptr_star = remove +sp_arith = add +sp_assign = add +sp_bool = add +sp_compare = add +sp_member = remove +sp_cond_colon = add +sp_cond_question = add +sp_before_oc_block_caret = ignore +sp_before_oc_colon = remove +sp_before_send_oc_colon = remove +sp_before_sparen = add +sp_before_ptr_star = add +sp_before_unnamed_ptr_star = add +sp_angle_word = add +sp_between_ptr_star = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_bug_1683.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_bug_1683.cfg new file mode 100644 index 00000000..b5d4249d --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_bug_1683.cfg @@ -0,0 +1 @@ +nl_after_brace_close = true # boolean (false/true) diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_cond_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_cond_colon.cfg new file mode 100644 index 00000000..b86516e0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/oc_cond_colon.cfg @@ -0,0 +1,5 @@ +sp_before_send_oc_colon = force +sp_after_send_oc_colon = force +sp_cond_colon = remove +# without this, no_space_table's {CT_UNKNOWN,CT_SQUARE_OPEN} combo removes the space between ? and CT_SQUARE_OPEN, but not between ? and CT_WORD +sp_cond_question = add diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_add.cfg new file mode 100644 index 00000000..817ec7c5 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_add.cfg @@ -0,0 +1,5 @@ +sp_inside_paren = remove +sp_inside_square = remove +sp_after_oc_at_sel = add +nl_end_of_file = force +nl_end_of_file_min = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_force.cfg new file mode 100644 index 00000000..b2a79b8f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_force.cfg @@ -0,0 +1,5 @@ +sp_inside_paren = remove +sp_inside_square = remove +sp_after_oc_at_sel = force +nl_end_of_file = force +nl_end_of_file_min = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_remove.cfg new file mode 100644 index 00000000..98b6de42 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_at_sel_remove.cfg @@ -0,0 +1,5 @@ +sp_inside_paren = remove +sp_inside_square = remove +sp_after_oc_at_sel = remove +nl_end_of_file = force +nl_end_of_file_min = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_block_caret_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_block_caret_add.cfg new file mode 100644 index 00000000..56e22330 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_block_caret_add.cfg @@ -0,0 +1,28 @@ +sp_arith = force +sp_before_ptr_star = force +sp_after_ptr_star = remove +sp_ptr_star_paren = remove +sp_inside_tparen = remove +sp_after_oc_scope = remove +sp_after_oc_colon = force +sp_after_send_oc_colon = force +sp_after_oc_type = force +sp_after_oc_block_caret = add +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_func_var_def_blk = 1 +nl_if_brace = add +nl_for_brace = add +nl_while_brace = add +nl_fdef_brace = add +nl_after_semicolon = true +nl_after_brace_open = true +mod_full_brace_for = add +mod_full_brace_if = add +mod_full_brace_while = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_block_caret_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_block_caret_force.cfg new file mode 100644 index 00000000..516271f1 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_block_caret_force.cfg @@ -0,0 +1,28 @@ +sp_arith = force +sp_before_ptr_star = force +sp_after_ptr_star = remove +sp_ptr_star_paren = remove +sp_inside_tparen = remove +sp_after_oc_scope = remove +sp_after_oc_colon = force +sp_after_send_oc_colon = force +sp_after_oc_type = force +sp_after_oc_block_caret = force +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_func_var_def_blk = 1 +nl_if_brace = add +nl_for_brace = add +nl_while_brace = add +nl_fdef_brace = add +nl_after_semicolon = true +nl_after_brace_open = true +mod_full_brace_for = add +mod_full_brace_if = add +mod_full_brace_while = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_add.cfg new file mode 100644 index 00000000..b321b9aa --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_add.cfg @@ -0,0 +1,9 @@ +sp_after_oc_colon = force +sp_after_oc_type = force +sp_after_oc_return_type = add +indent_columns = 4 +nl_fdef_brace = force +align_oc_msg_spec_span = 2 + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_force.cfg new file mode 100644 index 00000000..fb8b9a1b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_force.cfg @@ -0,0 +1,9 @@ +sp_after_oc_colon = force +sp_after_oc_type = force +sp_after_oc_return_type = force +indent_columns = 4 +nl_fdef_brace = force +align_oc_msg_spec_span = 2 + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_remove.cfg new file mode 100644 index 00000000..1110a1eb --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_oc_return_type_remove.cfg @@ -0,0 +1,9 @@ +sp_after_oc_colon = force +sp_after_oc_type = force +sp_after_oc_return_type = remove +indent_columns = 4 +nl_fdef_brace = force +align_oc_msg_spec_span = 2 + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_send_oc_colon-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_send_oc_colon-f.cfg new file mode 100644 index 00000000..2a54dd6f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_send_oc_colon-f.cfg @@ -0,0 +1 @@ +sp_after_send_oc_colon = force
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_throw_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_throw_remove.cfg new file mode 100644 index 00000000..6b6bc0ac --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_after_throw_remove.cfg @@ -0,0 +1,9 @@ +sp_inside_fparen = remove +sp_after_throw = remove +sp_after_send_oc_colon = force +indent_columns = 3 +nl_finally_brace = add +nl_try_brace = add +nl_catch_brace = add +nl_fdef_brace = add +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_block_caret_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_block_caret_force.cfg new file mode 100644 index 00000000..727fcf06 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_block_caret_force.cfg @@ -0,0 +1,27 @@ +sp_arith = force +sp_before_ptr_star = force +sp_after_ptr_star = remove +sp_ptr_star_paren = remove +sp_inside_tparen = remove +sp_after_oc_scope = remove +sp_after_oc_colon = force +sp_after_send_oc_colon = force +sp_after_oc_type = force +sp_after_oc_block_caret = remove +indent_columns = 4 +indent_with_tabs = 0 +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_func_var_def_blk = 1 +nl_if_brace = add +nl_for_brace = add +nl_while_brace = add +nl_fdef_brace = add +nl_after_semicolon = true +nl_after_brace_open = true +mod_full_brace_for = add +mod_full_brace_if = add +mod_full_brace_while = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_block_caret_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_block_caret_remove.cfg new file mode 100644 index 00000000..37c6104a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_block_caret_remove.cfg @@ -0,0 +1,29 @@ +sp_arith = force +sp_before_ptr_star = force +sp_after_ptr_star = remove +sp_ptr_star_paren = remove +sp_inside_tparen = remove +sp_after_oc_scope = remove +sp_after_oc_colon = force +sp_after_send_oc_colon = force +sp_after_oc_type = force +sp_before_oc_block_caret = remove +sp_after_oc_block_caret = remove +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_func_var_def_blk = 1 +nl_if_brace = add +nl_for_brace = add +nl_while_brace = add +nl_fdef_brace = add +nl_after_semicolon = true +nl_after_brace_open = true +mod_full_brace_for = add +mod_full_brace_if = add +mod_full_brace_while = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_add.cfg new file mode 100644 index 00000000..3374e228 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_add.cfg @@ -0,0 +1,2 @@ +sp_before_oc_proto_list = add +sp_oc_classname_paren = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_force.cfg new file mode 100644 index 00000000..5be78fac --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_force.cfg @@ -0,0 +1,2 @@ +sp_before_oc_proto_list = force +sp_oc_classname_paren = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_remove.cfg new file mode 100644 index 00000000..9f93f4a5 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_before_oc_proto_list_remove.cfg @@ -0,0 +1,2 @@ +sp_before_oc_proto_list = remove +sp_oc_classname_paren = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument.cfg new file mode 100644 index 00000000..60c651fb --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument.cfg @@ -0,0 +1,8 @@ +sp_after_send_oc_colon = force +sp_before_oc_block_caret = remove +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +indent_oc_block_msg_from_keyword = true +nl_if_brace = add +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument2.cfg new file mode 100644 index 00000000..8f297d7d --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument2.cfg @@ -0,0 +1,7 @@ +sp_after_send_oc_colon = force +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +indent_oc_block_msg_from_colon = true +nl_if_brace = add +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument3.cfg new file mode 100644 index 00000000..17059e47 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument3.cfg @@ -0,0 +1,7 @@ +sp_after_send_oc_colon = force +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +indent_oc_block_msg_from_brace = true +nl_if_brace = add +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument4.cfg new file mode 100644 index 00000000..8caf60bc --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument4.cfg @@ -0,0 +1,7 @@ +sp_after_send_oc_colon = force +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block = true +indent_oc_block_msg_from_caret = true +nl_if_brace = add +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument5.cfg new file mode 100644 index 00000000..42e8c380 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_block_as_argument5.cfg @@ -0,0 +1,8 @@ +sp_after_send_oc_colon = force +indent_columns = 4 +indent_with_tabs = 0 +indent_oc_block_msg_xcode_style = true +nl_oc_msg_args = true +eat_blanks_after_open_brace = true +eat_blanks_before_close_brace = true +align_oc_msg_colon_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_cond_ternary_short.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_cond_ternary_short.cfg new file mode 100644 index 00000000..564b2dcf --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_cond_ternary_short.cfg @@ -0,0 +1 @@ +sp_cond_ternary_short = ignore diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_enum_paren-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_enum_paren-i.cfg new file mode 100644 index 00000000..5bb98ec2 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_enum_paren-i.cfg @@ -0,0 +1 @@ +sp_enum_paren = ignore diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_enum_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_enum_paren-r.cfg new file mode 100644 index 00000000..f155e201 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_enum_paren-r.cfg @@ -0,0 +1 @@ +sp_enum_paren = remove
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_boxed.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_boxed.cfg new file mode 100644 index 00000000..73939de1 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_boxed.cfg @@ -0,0 +1,4 @@ +sp_after_oc_dict_colon = add # ignore/add/remove/force +sp_before_oc_dict_colon = remove # ignore/add/remove/force +sp_inside_square_oc_array = add # ignore/add/remove/force +sp_inside_braces_oc_dict = add # ignore/add/remove/force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch-i.cfg new file mode 100644 index 00000000..98e8f829 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch-i.cfg @@ -0,0 +1,11 @@ +sp_oc_catch_paren = ignore +sp_catch_paren = add +sp_oc_catch_brace = add +sp_catch_brace = force +sp_oc_brace_catch = add +sp_brace_catch = force +nl_oc_catch_brace = remove +nl_catch_brace = remove +nl_oc_brace_catch = add +nl_brace_catch = remove +sp_finally_brace = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch-r.cfg new file mode 100644 index 00000000..789e2872 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch-r.cfg @@ -0,0 +1,11 @@ +sp_oc_catch_paren = remove +sp_catch_paren = add +sp_oc_catch_brace = add +sp_catch_brace = force +sp_oc_brace_catch = add +sp_brace_catch = force +nl_oc_catch_brace = remove +nl_catch_brace = remove +nl_oc_brace_catch = add +nl_brace_catch = remove +sp_finally_brace = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch.cfg new file mode 100644 index 00000000..7367541a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_catch.cfg @@ -0,0 +1,11 @@ +sp_oc_catch_paren = force +sp_catch_paren = add # ignore/add/remove/force +sp_oc_catch_brace = add # ignore/add/remove/force +sp_catch_brace = force # ignore/add/remove/force +sp_oc_brace_catch = add # ignore/add/remove/force +sp_brace_catch = force # ignore/add/remove/force +nl_oc_catch_brace = remove # ignore/add/remove/force +nl_catch_brace = remove # ignore/add/remove/force +nl_oc_brace_catch = add # ignore/add/remove/force +nl_brace_catch = remove # ignore/add/remove/force +sp_finally_brace = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_classname_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_classname_paren-r.cfg new file mode 100644 index 00000000..ba92279e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_classname_paren-r.cfg @@ -0,0 +1,4 @@ +sp_before_angle = remove +sp_angle_colon = remove +sp_after_class_colon = remove +sp_oc_classname_paren = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_synchronized.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_synchronized.cfg new file mode 100644 index 00000000..5056f70f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/sp_oc_synchronized.cfg @@ -0,0 +1 @@ +sp_after_oc_synchronized = force # ignore/add/remove/force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/ternary_short.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/ternary_short.cfg new file mode 100644 index 00000000..55e708cf --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/oc/ternary_short.cfg @@ -0,0 +1,4 @@ +sp_cond_colon_after = add +sp_cond_question_after = add +sp_cond_question_before = add +sp_cond_ternary_short = remove |