summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/cpp/indent_ctor_init_leading.cfg
blob: ce8fb22f7bd15f05ca5b46be6d8dbeaffed2e211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
indent_columns                  = 2
indent_before_class_colon       = -2
indent_class_colon              = true
indent_constr_colon             = true
indent_ctor_init_leading        = 5
indent_ctor_init                = 2
indent_func_class_param         = true
indent_func_param_double        = true
indent_access_spec              = 2
nl_collapse_empty_body          = true
nl_constr_init_args             = add
nl_func_def_start               = add
nl_func_def_args                = add
nl_before_access_spec           = 2
pos_constr_comma                = trail_force
nl_class_colon                  = force
pos_class_colon                 = lead_force