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
514 B
13 lines
514 B
# moves class colon ops to the end of line
|
|
sp_fparen_brace = force
|
|
sp_before_dc = remove
|
|
sp_after_dc = remove
|
|
indent_columns = 3
|
|
nl_class_init_args = add
|
|
nl_constr_init_args = add
|
|
nl_fdef_brace = remove
|
|
nl_class_colon = add
|
|
nl_constr_colon = add
|
|
pos_class_comma = trail
|
|
pos_constr_comma = trail
|
|
pos_constr_colon = trail |