From abc40dcb8be306b11b7e2aaf6c9022d6e70a4184 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 20 Apr 2015 10:28:18 -0700 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 989306d..5be4b6c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ found in .editorconfig files. ### Example ``` dfmt --inplace --space_after_cast=false --max_line_length=80 \ - --soft_max_line_length=70 file.d + --soft_max_line_length=70 --brace_style=otbs file.d ``` ## Configuration