Skip to content

Missing options that can be set on the client? #51

@doolio

Description

@doolio

def pylsp_settings():
"""Configuration options that can be set on the client."""
return {
"plugins": {
"black": {
"enabled": True,
"line_length": 88,
"preview": False,
"cache_config": False,
},
"yapf": {"enabled": False},
"autopep8": {"enabled": False},
}
}

Should skip_magic_trailing_comma and skip_string_normalization be included here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions