diff --git a/bash-completion/completion/dfmt b/bash-completion/completion/dfmt index b918e5c..e07abb9 100644 --- a/bash-completion/completion/dfmt +++ b/bash-completion/completion/dfmt @@ -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"