]> git.lizzy.rs Git - rust.git/commitdiff
Remove duplicated 'indent_style' section
authortopecongiro <seuchida@gmail.com>
Tue, 14 Nov 2017 00:31:50 +0000 (09:31 +0900)
committertopecongiro <seuchida@gmail.com>
Tue, 14 Nov 2017 00:31:50 +0000 (09:31 +0900)
Configurations.md

index 433be8d9819504ed419c1a13091ec58cdb389a06..6516784c481fb59a495bfef022eee93d66838b59 100644 (file)
@@ -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