blob: 9a789e0a6ec147baac3339bdb6efffb07e523d96 [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 = Trail
pos_constr_colon = Trail
indent_class_colon = True
indent_constr_colon = True
sp_after_dc = remove
sp_before_dc = remove