format
Format C++ and module source files using clangd. Preview formatting by default, or apply changes directly to update the file and clangd index.
Instructions
Format C++/module source with clangd. Preview is the default; apply=true explicitly writes the file and updates clangd.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| apply | No | ||
| tabSize | No | ||
| insertSpaces | No |