From bad6454825ab7e5cc10ba27b62ac6ba9777cc4cb Mon Sep 17 00:00:00 2001 From: bdemsky Date: Mon, 18 Aug 2008 20:15:49 +0000 Subject: [PATCH] standard uncrustify file --- Robust/src/standard.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Robust/src/standard.cfg diff --git a/Robust/src/standard.cfg b/Robust/src/standard.cfg new file mode 100644 index 00000000..a3fa1677 --- /dev/null +++ b/Robust/src/standard.cfg @@ -0,0 +1,19 @@ +indent_columns = 2 +nl_if_brace = Remove +nl_brace_else = Remove +nl_elseif_brace = Remove +nl_struct_brace = Remove +nl_union_brace = Remove +nl_fcall_brace = Remove +nl_fdef_brace = Remove +nl_while_brace = Remove +nl_do_brace = Remove +nl_brace_while = Remove +nl_switch_brace = Remove +nl_before_case = True +sp_func_proto_paren = Remove +sp_func_def_paren = Remove +sp_inside_fparens = remove +sp_inside_fparen = remove +sp_func_call_paren = Remove +sp_fparen_brace = Add \ No newline at end of file -- 2.34.1