add --space_before_function_parameters to completion
This commit is contained in:
parent
2de336c39e
commit
cc39c3fce4
|
@ -8,8 +8,9 @@ _dfmt()
|
||||||
opts="--help -h --inplace -i --version --align_switch_statements --brace_style\
|
opts="--help -h --inplace -i --version --align_switch_statements --brace_style\
|
||||||
--end_of_line --indent_size --indent_style -t --soft_max_line_length\
|
--end_of_line --indent_size --indent_style -t --soft_max_line_length\
|
||||||
--max_line_length --outdent_attributes --space_after_cast\
|
--max_line_length --outdent_attributes --space_after_cast\
|
||||||
--selective_import_space --split_operator_at_line_end\
|
--space_before_function_parameters --selective_import_space\
|
||||||
--compact_labeled_statements --template_constraint_style"
|
--split_operator_at_line_end --compact_labeled_statements\
|
||||||
|
--template_constraint_style"
|
||||||
eolOpts="lf cr crlf"
|
eolOpts="lf cr crlf"
|
||||||
braceOpts="allman otbs stroustrup"
|
braceOpts="allman otbs stroustrup"
|
||||||
indentOpts="tab space"
|
indentOpts="tab space"
|
||||||
|
|
Loading…
Reference in New Issue