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
459 B
12 lines
459 B
4 years ago
|
# Removes a space after an operator
|
||
|
sp_before_byref = remove
|
||
|
sp_after_byref = force
|
||
|
sp_after_operator = remove
|
||
|
sp_after_operator_sym = remove
|
||
|
indent_columns = 3
|
||
|
indent_class = true
|
||
|
align_var_def_span = 2
|
||
|
align_var_class_span = 2
|
||
|
align_right_cmt_span = 2
|
||
|
align_on_operator = true
|
||
|
align_mix_var_proto = true
|