add --space_before_function_parameters to completion

This commit is contained in:
Stefan Koch 2017-10-24 18:57:07 +02:00
parent 2de336c39e
commit cc39c3fce4
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ _dfmt()
opts="--help -h --inplace -i --version --align_switch_statements --brace_style\
--end_of_line --indent_size --indent_style -t --soft_max_line_length\
--max_line_length --outdent_attributes --space_after_cast\
--selective_import_space --split_operator_at_line_end\
--compact_labeled_statements --template_constraint_style"
--space_before_function_parameters --selective_import_space\
--split_operator_at_line_end --compact_labeled_statements\
--template_constraint_style"
eolOpts="lf cr crlf"
braceOpts="allman otbs stroustrup"
indentOpts="tab space"