]> git.lizzy.rs Git - rust.git/commitdiff
Fix defaults in Configurations.md
authorPhil Ellison <phil.j.ellison@gmail.com>
Sat, 17 Jun 2017 10:22:04 +0000 (11:22 +0100)
committerPhil Ellison <phil.j.ellison@gmail.com>
Sat, 17 Jun 2017 10:22:04 +0000 (11:22 +0100)
Configurations.md

index 82f50dc66727e4f8d94ac1d53c140fea9f72206e..1392db74a569d4a23cee74d4e9e31943a075b845 100644 (file)
@@ -18,7 +18,7 @@ Below you find a detailed visual guide on all the supported configuration option
 
 Indent on arrays
 
-- **Default value**: `"Visual"`
+- **Default value**: `"Block"`
 - **Possible values**: `"Block"`, `"Visual"`
 
 #### `"Block"`:
@@ -442,7 +442,7 @@ trait Lorem {
 
 Layout of function arguments and tuple structs
 
-- **Default value**: `"Visual"`
+- **Default value**: `"Block"`
 - **Possible values**: `"Block"`, `"Visual"`
 
 #### `"Block"`:
@@ -487,7 +487,7 @@ fn lorem(ipsum: usize,
 
 If function argument parenthesis goes on a newline
 
-- **Default value**: `true`
+- **Default value**: `false`
 - **Possible values**: `true`, `false`
 
 #### `false`:
@@ -582,7 +582,7 @@ fn lorem<T>(ipsum: T)
 
 Indentation for function calls, etc.
 
-- **Default value**: `"Visual"`
+- **Default value**: `"Block"`
 - **Possible values**: `"Block"`, `"Visual"`
 
 #### `"Block"`:
@@ -790,7 +790,7 @@ See also [`force_format_strings`](#force_format_strings), [`max_width`](#max_wid
 
 Indentation of generics
 
-- **Default value**: `"Visual"`
+- **Default value**: `"Block"`
 - **Possible values**: `"Block"`, `"Visual"`
 
 #### `"Block"`:
@@ -1260,7 +1260,7 @@ See also: [`space_after_bound_colon`](#space_after_bound_colon).
 
 Leave a space before the colon in a struct literal field
 
-- **Default value**: `true`
+- **Default value**: `false`
 - **Possible values**: `true`, `false`
 
 #### `false`:
@@ -1839,7 +1839,7 @@ See also: [`where_density`](#where_density), [`where_layout`](#where_layout), [`
 
 Overall strategy for where clauses
 
-- **Default value**: `"Default"`
+- **Default value**: `"Rfc"`
 - **Possible values**: `"Default"`, `"Rfc"`
 
 #### `"Default"`: