format
Format a file using the language server's formatter and write the formatted result to disk.
Instructions
Format a file using the language server's formatter and write the result to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative file path from project root | |
| tabSize | No | Spaces per indentation level (default 2) | |
| insertSpaces | No | Indent with spaces instead of tabs (default true) |