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:
45
45
setting. Defaults to 88 (same as black's default). This can also be set through black's
46
46
configuration files, which should be preferred for multi-user projects.
47
47
- ` 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.
49
49
- ` pylsp.plugins.black.skip_string_normalization ` : a boolean to enable or disable black's ` --skip-string-normalization ` setting. ` false ` by default.
50
50
- ` pylsp.plugins.black.skip_magic_trailing_comma ` : a boolean to enable or disable black's ` skip-magic-trailing-comma ` setting. ` false ` by default.
51
51
You can’t perform that action at this time.
0 commit comments