sort options and make links to "below"

This commit is contained in:
Viktor 2019-04-13 15:33:21 +03:00 committed by dayllenger
parent ac5f8b18aa
commit 0878430125
1 changed files with 18 additions and 18 deletions

View File

@ -31,25 +31,25 @@ line options can be used instead of *.editorconfig* files, or to override option
found there.
### Options
* `--help | -h`: Display command line options
* `--help | -h`: Display command line options.
* `--inplace | -i`: A file name is required and the file will be edited in-place.
* `--align_switch_statements`: See **dfmt_align_switch_statements** below
* `--brace_style`: See **brace_style** below
* `--end_of_line`: See **end_of_line** below
* `--indent_size`: See **indent_size** below
* `--indent_style | -t`: See **indent_style** below
* `--max_line_length`: See **max_line_length** below
* `--soft_max_line_length`: See **dfmt_soft_max_line_length** below
* `--outdent_attributes`: See **dfmt_outdent_attributes** below
* `--single_template_constraint_indent`: See **dfmt_template_constraint_style** below
* `--space_after_cast`: See **dfmt_space_after_cast** below
* `--space_before_function_parameters`: See **dfmt_space_before_function_parameters** below
* `--split_operator_at_line_end`: See **dfmt_split_operator_at_line_end** below
* `--tab_width`: See **tab_width** below
* `--selective_import_space`: See **dfmt_selective_import_space** below
* `--compact_labeled_statements`: See **dfmt_compact_labeled_statements** below
* `--template_constraint_style`: See **dfmt_template_constraint_style** below
* `--space_before_aa_colon`: See **dfmt_space_before_aa_colon** below
* `--align_switch_statements`: *see dfmt_align_switch_statements [below](#dfmt-specific-properties)*
* `--brace_style`: *see dfmt_brace_style [below](#dfmt-specific-properties)*
* `--compact_labeled_statements`: *see dfmt_compact_labeled_statements [below](#dfmt-specific-properties)*
* `--end_of_line`: *see end_of_line [below](#standard-editorconfig-properties)*
* `--indent_size`: *see indent_size [below](#standard-editorconfig-properties)*
* `--indent_style | -t`: *see indent_style [below](#standard-editorconfig-properties)*
* `--max_line_length`: *see max_line_length [below](#standard-editorconfig-properties)*
* `--outdent_attributes`: *see dfmt_outdent_attributes [below](#dfmt-specific-properties)*
* `--selective_import_space`: *see dfmt_selective_import_space [below](#dfmt-specific-properties)*
* `--single_template_constraint_indent`: *see dfmt_single_template_constraint_indent [below](#dfmt-specific-properties)*
* `--soft_max_line_length`: *see dfmt_soft_max_line_length [below](#dfmt-specific-properties)*
* `--space_after_cast`: *see dfmt_space_after_cast [below](#dfmt-specific-properties)*
* `--space_before_aa_colon`: *see dfmt_space_before_aa_colon [below](#dfmt-specific-properties)*
* `--space_before_function_parameters`: *see dfmt_space_before_function_parameters [below](#dfmt-specific-properties)*
* `--split_operator_at_line_end`: *see dfmt_split_operator_at_line_end [below](#dfmt-specific-properties)*
* `--tab_width`: *see tab_width [below](#standard-editorconfig-properties)*
* `--template_constraint_style`: *see dfmt_template_constraint_style [below](#dfmt-specific-properties)*
### Example
```