summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/Issue_3448.cfg
blob: 77619e746e989e8cc779c703c32f7a5a40c0eaf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
indent_with_tabs                = 0
indent_columns                  = 4
indent_continue                 = 4
indent_class                    = true
indent_class_colon              = true
indent_class_on_colon           = true
indent_constr_colon             = true
indent_ctor_init_leading        = 0
indent_ctor_init_following      = 0
indent_ctor_init                = -4
indent_access_spec              = -4
indent_before_class_colon       = -4
nl_class_brace                  = true
nl_class_init_args              = force
nl_class_colon                  = force
nl_constr_init_args             = force
nl_constr_colon                 = force
pos_class_colon                 = lead_force
pos_class_comma                 = lead_force
pos_constr_colon                = lead_force
pos_constr_comma                = lead_force
nl_collapse_empty_body          = true