File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ is converted to options of the form:
3333where ` M ` is ` N ` minus the sum of the widths of the indentation,
3434the ` //! ` or ` /// ` syntax, and the space that might follow that
3535syntax. If a rustfmt.toml file with a ` max_width ` key is found
36- in the current directory or a parent directory, the
37- ` --max-width ` option is applied automatically.
36+ in a current or parent directory, the ` --max-width ` option is
37+ applied automatically.
3838
3939rustdoc-prettier supports glob patterns. Example:
4040
Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ is converted to options of the form:
181181where `M` is `N` minus the sum of the widths of the indentation,
182182the `//!` or `///` syntax, and the space that might follow that
183183syntax. If a rustfmt.toml file with a `max_width` key is found
184- in the current directory or a parent directory, the
185- `--max-width` option is applied automatically.
184+ in a current or parent directory, the `--max-width` option is
185+ applied automatically.
186186
187187rustdoc-prettier supports glob patterns. Example:
188188
You can’t perform that action at this time.
0 commit comments