tinker-code-formatter
A code formatter plugin for TINKER that formats source code with support for multiple languages and configurable indentation.

Features
- Multiple languages — supports JavaScript, TypeScript, HTML, CSS, and JSON
- Configurable indentation — choose from no indentation, 2, 4, 6, or 8 spaces
- Code editor — Monaco-based editor with syntax highlighting and line numbers
- Quick actions — format, copy, paste, and clear with one click
- Bilingual UI — supports English and Chinese
Usage
- Select the language of your code from the dropdown
- Paste or type code into the editor
- Choose your preferred indentation width
- Click the format button to format the code
- Use the copy button to copy the formatted result to the clipboard