From 9a58741f29b32c08be8f5a36fd0a3fcbf2a460a2 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Tue, 14 Nov 2017 09:31:50 +0900 Subject: [PATCH] Remove duplicated 'indent_style' section --- Configurations.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Configurations.md b/Configurations.md index 433be8d9819..6516784c481 100644 --- a/Configurations.md +++ b/Configurations.md @@ -610,13 +610,6 @@ let (lorem, ipsum, _, _) = (1, 2, 3, 4); let (lorem, ipsum, ..) = (1, 2, 3, 4); ``` -## `indent_style` - -Indent style for control flow statements - -- **Default value**: `"Rfc"` -- **Possible values**: `"Rfc"`, `"Legacy"` - ## `control_brace_style` Brace style for control flow constructs