Skip to content

Commit e4ca71f

Browse files
committed
doc: update README
1 parent f429da2 commit e4ca71f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ then it's likely because your local main branch is not up to date; either you
9191
need to rebase or merge. Note that `darker` reads from `pyproject.toml` for
9292
default settings.
9393

94-
If the lines you change are in a file that uses width 2 tabs (which are plenty
95-
in this repo), it will only change those lines and not the rest, which will
96-
likely break the code; in that case, you should probably just pass the whole
97-
file through black and just do it in the same commit. You can do that with the
98-
following command (using the same virtual environment as above):
94+
If the lines you change are in a file that uses 2 space indentation, `darker`
95+
will indent the lines around your changes and not the rest, which will likely
96+
break the code; in that case, you should probably just pass the whole file
97+
through black. You can do that with the following command (using the same
98+
virtual environment as above):
9999

100100
```sh
101101
black <file>

0 commit comments

Comments
 (0)