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.
11 lines
433 B
11 lines
433 B
4 years ago
|
# moves class colon ops to the end of line
|
||
|
sp_before_dc = remove
|
||
|
sp_after_dc = remove
|
||
|
indent_columns = 3
|
||
|
nl_class_init_args = add
|
||
|
nl_constr_init_args = add
|
||
|
nl_class_colon = add
|
||
|
nl_constr_colon = add
|
||
|
pos_class_comma = trail
|
||
|
pos_constr_comma = trail
|
||
|
pos_constr_colon = trail
|