-
Notifications
You must be signed in to change notification settings - Fork 0
/
.uncrustify.cfg
33 lines (33 loc) · 1.22 KB
/
.uncrustify.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Uncrustify-0.70.1
string_replace_tab_chars = true
sp_assign = add
sp_before_sparen = add
sp_func_proto_paren = remove
sp_func_def_paren = remove
sp_func_call_paren = remove
sp_else_brace = add
sp_brace_else = add
sp_cond_ternary_short = remove
indent_func_call_param = true
indent_func_def_param = true
indent_func_proto_param = true
indent_func_param_double = true
indent_switch_case = 8
nl_start_of_file = remove
nl_end_of_file = force
nl_end_of_file_min = 1
nl_if_brace = remove
nl_brace_else = remove
nl_elseif_brace = remove
nl_else_brace = remove
nl_else_if = remove
nl_fdef_brace = add
nl_for_brace = remove
nl_while_brace = remove
eat_blanks_after_open_brace = true
eat_blanks_before_close_brace = true
align_keep_tabs = true
mod_paren_on_return = remove
mod_enum_last_comma = add
# option(s) with 'not default' value: 28
#