From dfa4ee7f95a66e2db9133cb1fb3d2f9bd2a942e8 Mon Sep 17 00:00:00 2001 From: yaegassy Date: Thu, 6 Jul 2023 15:52:46 +0900 Subject: [PATCH] chore: add default to false for pylsp.plugins.black.preview to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b560894..0e883b6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ the valid configuration keys: setting. Defaults to 88 (same as black's default). This can also be set through black's configuration files, which should be preferred for multi-user projects. - `pylsp.plugins.black.preview`: a boolean to enable or disable [black's `--preview` - setting](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#preview-style). + setting](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#preview-style). `false` by default. - `pylsp.plugins.black.skip_string_normalization`: a boolean to enable or disable black's `--skip-string-normalization` setting. `false` by default. - `pylsp.plugins.black.skip_magic_trailing_comma`: a boolean to enable or disable black's `skip-magic-trailing-comma` setting. `false` by default.