From 04e3690d068bce83cedddc54af5d0c9a867293d6 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 17 Apr 2018 21:37:44 +0300 Subject: [PATCH] Fix default value docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 806ed4a..7bf9c86 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Ensure that a class body contains one blank line after its definition and before **Configuration:** * `apply_to_anonymous_classes` - should this fixer be applied to anonymous classes? If it is set to `false`, than - anonymous classes will be fixed to don't have empty lines around body. **Default**: `false`. + anonymous classes will be fixed to don't have empty lines around body. **Default**: `true`. * `blank_lines_count` - adjusts an amount of the blank lines. **Default**: `1`.