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.
12 lines
447 B
12 lines
447 B
4 years ago
|
# Places the byref as follows: "int &foo"
|
||
|
sp_after_ptr_star = remove
|
||
|
sp_after_byref = remove
|
||
|
indent_columns = 3
|
||
|
align_var_def_span = 2
|
||
|
align_var_def_star_style = 2
|
||
|
align_var_def_amp_style = 2
|
||
|
align_var_struct_span = 2
|
||
|
align_typedef_gap = 3
|
||
|
align_typedef_span = 2
|
||
|
align_typedef_star_style = 2
|
||
|
align_typedef_amp_style = 2
|