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.
13 lines
498 B
13 lines
498 B
indent_columns = 4
|
|
indent_continue = 4
|
|
indent_with_tabs = 0
|
|
indent_class = true
|
|
indent_class_colon = true
|
|
indent_constr_colon = true
|
|
indent_ctor_init = -2
|
|
indent_access_spec = -2
|
|
nl_class_init_args = force
|
|
nl_class_colon = remove
|
|
nl_constr_colon = force
|
|
pos_class_comma = trail
|
|
pos_constr_colon = lead |