File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ formatting, typically by using a formatting tool's default settings.
28
28
* Each level of indentation must be four spaces (that is, all indentation
29
29
outside of string literals and comments must be a multiple of four).
30
30
* The maximum width for a line is 100 characters.
31
- * A tool should be configurable for all three of these variables .
31
+ * A tool may choose to make some of these configurable .
32
32
33
33
#### Block indent
34
34
@@ -87,11 +87,7 @@ fn bar() {}
87
87
fn baz () {}
88
88
```
89
89
90
- Formatting tools should make the bounds on blank lines configurable: there
91
- should be separate minimum and maximum numbers of newlines between both
92
- statements and (top-level) items (i.e., four options). As described above, the
93
- defaults for both statements and items should be minimum: 1, maximum: 2.
94
-
90
+ Formatting tools may wish to make the bounds on blank lines configurable.
95
91
96
92
### [ Module-level items] ( items.md )
97
93
### [ Statements] ( statements.md )
You can’t perform that action at this time.
0 commit comments