Skip to content

Conversation

@masad-frost
Copy link

@masad-frost masad-frost commented Dec 8, 2021

resolves #328

This PR adds support for LSP formatting options https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#formattingOptions

It adds explicit support for tabSize and insertSpaces, the rest of the options are not configurable in yapf. I did however add support for arbitrary configurations as specified in [key: string]: boolean | integer | string;.

I think this PR might break plugins as the API now passes options to formatter hooks

@masad-frost
Copy link
Author

closing in favor of python-lsp/python-lsp-server#134 since this repo is not maintained

@masad-frost masad-frost closed this Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code formatting configuration

1 participant