From 3202c820d38c4688e02de8146d9a6cd031a4ba12 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 20 Apr 2015 10:11:59 -0700 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0393290..31f3933 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ max_line_length | positive integers | `120` | [See EditorConfig documentation.]( ### dfmt-specific properties Property Name | Allowed Values | Default Value | Description --------------|----------------|---------------|------------ -dfmt_brace_style | `allman`, `otbs`, or `stroustrup` | `allman` | https://en.wikipedia.org/wiki/Brace_style +dfmt_brace_style | `allman`, `otbs`, or `stroustrup` | `allman` | [See Wikipedia](https://en.wikipedia.org/wiki/Brace_style) dfmt_soft_max_line_length | positive integers | `80` | The formatting process will usually keep lines below this length, but they may be up to max_line_length columns long. dfmt_outdent_labels (Not yet implemented) | `true`, `false` | `true` | Decrease the indentation of labels dfmt_align_switch_statements (Not yet implemented) | `true`, `false` | `true` | Align labels, cases, and defaults with their enclosing switch