You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.4 KiB

# Clean up preprocessor output, ie from "gcc -E"
sp_arith = force
sp_inside_paren = remove
sp_paren_paren = remove
sp_after_ptr_star = remove
sp_after_ptr_star_func = remove
sp_after_cast = remove
sp_sizeof_paren = remove
sp_func_proto_paren = remove
sp_func_def_paren = remove
sp_inside_fparen = remove
sp_after_tparen_close = remove
sp_func_call_paren = remove
sp_return_paren = remove
sp_attribute_paren = remove
sp_cond_colon = add
sp_cond_question = add
indent_columns = 3
nl_enum_brace = add
nl_struct_brace = add
nl_union_brace = add
nl_after_semicolon = true
nl_after_brace_open = true
nl_max = 4
nl_after_func_proto_group = 2
nl_after_func_body = 2
eat_blanks_after_open_brace = true
eat_blanks_before_close_brace = true
align_var_def_star_style = 1
align_var_def_inline = true
align_enum_equ_span = 16
align_var_struct_span = 99
align_typedef_gap = 3
align_typedef_span = 5
mod_paren_on_return = add
pp_space_after = remove
sp_before_vardef_square = ignore