| 140 | bool insertSpaces; |
| 141 | }; |
| 142 | struct DocumentFormattingParam { |
| 143 | TextDocumentIdentifier textDocument; |
| 144 | FormattingOptions options; |
| 145 | }; |
| 146 | struct DocumentOnTypeFormattingParam { |
| 147 | TextDocumentIdentifier textDocument; |
| 148 | Position position; |
nothing calls this directly
no outgoing calls
no test coverage detected