From 087843012560cbc05d06983444dd06c166ac3619 Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 13 Apr 2019 15:33:21 +0300 Subject: [PATCH] sort options and make links to "below" --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 605ffbf..b28fa6e 100644 --- a/README.md +++ b/README.md @@ -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 ```