Merge pull request #296 from stefan-koch-sociomantic/add_completion

add --space_before_function_parameters to completion
This commit is contained in:
stefan-koch-sociomantic 2017-10-26 10:48:29 +02:00 committed by GitHub
commit 1c22b3d5e1
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"