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.
15 lines
557 B
15 lines
557 B
sp_before_sparen = force
|
|
indent_columns = 3
|
|
indent_with_tabs = 0
|
|
indent_namespace = true
|
|
indent_class = true
|
|
indent_access_spec = 2
|
|
nl_class_leave_one_liners = true
|
|
nl_after_access_spec = 1
|
|
eat_blanks_after_open_brace = true
|
|
eat_blanks_before_close_brace = true
|
|
mod_add_long_function_closebrace_comment = 10
|
|
mod_add_long_namespace_closebrace_comment = 10
|
|
mod_add_long_class_closebrace_comment = 8
|
|
mod_add_long_switch_closebrace_comment = 8
|