blob: 288b11c34ec253f7a0f46347d52ae8b5267d4d50 [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 = Lead
pos_constr_colon = Lead
indent_class_colon = True
indent_constr_colon = True
sp_after_dc = remove
sp_before_dc = remove