From 80a31d6c8a114799dc5284086ffce2e9be34c50e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 May 2022 13:43:02 +0900 Subject: uncrustify-trinity: updated based on upstream version 0.75.0 Signed-off-by: Michele Calgaro --- .../uncrustify-trinity-0.75.0/tests/config/pawn/pawn.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/pawn/pawn.cfg (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/pawn/pawn.cfg') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/pawn/pawn.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/pawn/pawn.cfg new file mode 100644 index 00000000..7859328a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/pawn/pawn.cfg @@ -0,0 +1,16 @@ +input_tab_size = 4 +sp_arith = force +sp_after_tag = remove +sp_inside_braces = add +sp_brace_else = force +sp_else_brace = force +sp_func_call_paren = remove +#sp_func_call_paren = force +indent_columns = 4 +indent_with_tabs = 0 +nl_brace_else = remove +nl_fdef_brace = force +mod_full_brace_for = add +mod_full_brace_function = add +mod_full_brace_if = add +mod_pawn_semicolon = true -- cgit v1.2.1