format_javascript
Formats unminified or messy JavaScript and CSS code by adjusting indentation and structure for improved readability.
Instructions
Format and beautify JavaScript/CSS code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript or CSS code to prettify | |
| type | Yes | Type of code to format | |
| indentSize | No | Number of spaces for indentation |