format_code
Format code to follow language-specific style guides by specifying programming language and indentation preferences for consistent, readable code.
Instructions
Provides formatted version of code following language-specific style guides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code to format | |
| language | Yes | Programming language | |
| indent | No | Indentation size (default: 2 for JS, 4 for Python) |