## Description Implement - [Document Formatting Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_formatting) - [Document Range Formatting Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rangeFormatting) ## Desired Features - [ ] Format Modelica file for a given style - Use spaces or tab to indent, number of indents per level - Spaces around `=` - Break long lines into multiple - Space after `,` in list of arguments - Order inputs/outputs - Format annotations - [ ] Server tests - [ ] Client end to end test ## Example OMEdit can do a bit of auto formatting (even if you don't want it to do that....)
Description
Implement
Desired Features
=,in list of argumentsExample
OMEdit can do a bit of auto formatting (even if you don't want it to do that....)