code_indent_check
Check code for indentation consistency and validate proper formatting, supporting multiple programming languages.
Instructions
Check and validate code indentation consistency.
Parameters:
code — Source code to check indentation of.
language — Programming language (default: 'python').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| language | No | python |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |