From eb147bb1f3737568f9c2faaac41552c6b44c71e2 Mon Sep 17 00:00:00 2001
From: Martin Nowak <code@dawg.eu>
Date: Wed, 21 Oct 2015 14:05:48 +0200
Subject: [PATCH] wrong default value in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5621894..3b8669c 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ dfmt_soft_max_line_length | positive integers | `80` | The formatting process wi
 dfmt_align_switch_statements (Not yet implemented) | `true`, `false` | `true` | Align labels, cases, and defaults with their enclosing switch
 dfmt_outdent_attributes (Not yet implemented) | `true`, `false` | `true` | Decrease the indentation level of attributes
 dfmt_split_operator_at_line_end | `true`, `false` | `false` | Place operators on the end of the previous line when splitting lines
-dfmt_space_after_cast | `true`, `false` | `false` | Insert space after the closing paren of a `cast` expression
+dfmt_space_after_cast | `true`, `false` | `true` | Insert space after the closing paren of a `cast` expression
 dfmt_space_after_keywords (Not yet implemented) | `true`, `false` | `true` | Insert space after `if`, `while`, `foreach`, etc, and before the `(`
 dfmt_selective_import_space | `true`, `false` | `true` | Insert space after the module name and before the `:` for selective imports
 dfmt_compact_labeled_statements | `true`, `false` | `true` | Place labels on the same line as the labeled `switch`, `for`, `foreach`, or `while` statement