Skip to content

Commit 27200ee

Browse files
authored
Merge pull request #50 from yaegassy/chore/update-docs
Add default to false for pylsp.plugins.black.preview to README
2 parents 527fd8f + dfa4ee7 commit 27200ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the valid configuration keys:
4545
setting. Defaults to 88 (same as black's default). This can also be set through black's
4646
configuration files, which should be preferred for multi-user projects.
4747
- `pylsp.plugins.black.preview`: a boolean to enable or disable [black's `--preview`
48-
setting](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#preview-style).
48+
setting](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#preview-style). `false` by default.
4949
- `pylsp.plugins.black.skip_string_normalization`: a boolean to enable or disable black's `--skip-string-normalization` setting. `false` by default.
5050
- `pylsp.plugins.black.skip_magic_trailing_comma`: a boolean to enable or disable black's `skip-magic-trailing-comma` setting. `false` by default.
5151

0 commit comments

Comments
 (0)