We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6648301 commit e252100Copy full SHA for e252100
README.md
@@ -77,8 +77,8 @@ If you want to restrict reformatting to specific sets of lines, you can
77
use the `--file-lines` option. Its argument is a JSON array of objects
78
with `file` and `range` properties, where `file` is a file name, and
79
`range` is an array representing a range of lines like `[7,13]`. Ranges
80
-are inclusive of both end points. Specifying an empty array will result in
81
-no files being formatted. For example,
+are 1-based and inclusive of both end points. Specifying an empty array
+will result in no files being formatted. For example,
82
83
```
84
rustfmt --file-lines '[
0 commit comments