summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_2_zero.cfg
blob: 254532881844038955c7cfff31d33a73d853e25d (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
newlines                        = lf
input_tab_size                  = 2
output_tab_size                 = 2
sp_arith                        = force
sp_assign                       = force
sp_inside_paren                 = remove
sp_paren_paren                  = remove
sp_before_ptr_star              = force
sp_before_ptr_star_func         = remove
sp_before_unnamed_ptr_star      = remove
sp_after_ptr_star               = remove
sp_after_ptr_star_qualifier     = remove
sp_after_ptr_star_func          = force
sp_ptr_star_func_var            = remove
sp_ptr_star_func_type           = remove
sp_ptr_star_paren               = force
sp_before_byref                 = force
sp_before_unnamed_byref         = force
sp_after_byref                  = remove
sp_after_comma                  = force
sp_before_comma                 = remove
sp_after_constr_colon           = force
sp_before_constr_colon          = force
sp_type_func                    = force
sp_type_brace_init_lst          = force
sp_func_type_paren              = remove
sp_func_def_paren               = remove
sp_func_def_paren_empty         = remove
sp_inside_fparens               = remove
sp_inside_fparen                = remove
sp_func_call_paren              = remove
sp_cond_question                = force
indent_columns                  = 2
indent_continue                 = 0
indent_with_tabs                = 1
indent_align_string             = true
indent_ignore_before_constr_colon = false
indent_constr_colon             = true
indent_ctor_init_leading        = 2
indent_ctor_init_following      = 2
indent_ctor_init                = 2
indent_else_if                  = false
nl_end_of_file                  = force
nl_end_of_file_min              = 1
nl_case_colon_brace             = force
nl_class_brace                  = force
nl_class_init_args              = remove
nl_constr_init_args             = remove
nl_enum_own_lines               = force
nl_func_decl_start              = remove
nl_func_def_start               = remove
nl_func_decl_args               = remove
nl_func_def_args                = remove
nl_func_call_args               = remove
nl_func_decl_end                = remove
nl_func_def_end                 = remove
nl_func_decl_empty              = remove
nl_func_def_empty               = remove
nl_func_call_empty              = remove
nl_func_call_start              = remove
nl_func_call_end                = remove
nl_before_brace_open            = true
pos_arith                       = join
pos_assign                      = join
pos_bool                        = trail
pos_comma                       = trail
pos_constr_comma                = trail
pos_constr_colon                = trail
code_width                      = 100