blob: 42a189804cb41eaadb6dcf2388681214a13b3d68 [file] [log] [blame]
#
# moves class colon ops to the end of line
#
indent_with_tabs = 0 # 1=indent to level only, 2=indent with tabs
input_tab_size = 8 # original tab size
output_tab_size = 3 # new tab size
indent_columns = output_tab_size
pos_class_colon = join
pos_comma = Trail
pos_class_comma = lead
indent_class_colon = True
nl_class_init_args = Add
nl_class_colon = Remove
pos_constr_colon = lead_force
pos_constr_comma = lead
indent_class_colon = True
indent_constr_colon = True
indent_class_on_colon = True
indent_ctor_init_leading = 0
nl_constr_init_args = Add
nl_constr_colon = Add
sp_after_class_colon = force
sp_before_class_colon = force
sp_after_constr_colon = force
sp_after_comma = force
sp_inside_fparen = force
sp_after_dc = remove
sp_before_dc = remove