You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
659 B
INI
18 lines
659 B
INI
output_tab_size = 4
|
|
indent_columns = 4
|
|
indent_with_tabs = 0
|
|
indent_cmt_with_tabs = false
|
|
indent_class_on_colon = true
|
|
indent_constr_colon = true
|
|
indent_relative_single_line_comments = true
|
|
indent_access_spec_body = true
|
|
nl_func_leave_one_liners = true
|
|
nl_end_of_file = force
|
|
nl_end_of_file_min = 4
|
|
nl_before_opening_brace_func_class_def = force
|
|
nl_class_colon = add
|
|
pos_class_colon = lead
|
|
align_var_class_span = 3
|
|
align_var_struct_span = 3
|
|
pp_if_indent_code = true
|