Commit ae72db7a authored by dickelbeck's avatar dickelbeck

no newlines after function type and before function name

parent 4a2aebcd
......@@ -789,10 +789,10 @@ nl_class_init_args = add # ignore/add/remove/force
nl_func_type_name = remove # ignore/add/remove/force
# Add or remove newline between return type and function name in a prototype
nl_func_proto_type_name = ignore # ignore/add/remove/force
nl_func_proto_type_name = remove # ignore/add/remove/force
# Add or remove newline between a function name and the opening '('
nl_func_paren = ignore # ignore/add/remove/force
nl_func_paren = remove # ignore/add/remove/force
# Add or remove newline after '(' in a function declaration
nl_func_decl_start = ignore # ignore/add/remove/force
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment