File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments