mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-29 17:49:12 -04:00
20 lines
838 B
Markdown
20 lines
838 B
Markdown
# Output Requirements
|
|
|
|
## Formatting Rules:
|
|
- Output ONLY the code itself, without ANY explanations or descriptions
|
|
- Do NOT include markdown code blocks (no ```, no language tags)
|
|
- Do NOT add comments explaining what you changed
|
|
- Do NOT repeat existing code, be precise with context
|
|
- Do NOT send in answer <cursor> or </cursor> and other tags
|
|
- The output must be ready to insert directly into the editor as-is
|
|
|
|
## Indentation and Whitespace:
|
|
- Use the same indentation style (spaces or tabs) as the surrounding code
|
|
- Maintain consistent indentation for nested blocks
|
|
- Do NOT remove or reduce the base indentation level
|
|
|
|
## Code Style:
|
|
- Match the coding style of the surrounding code (naming, spacing, braces, etc.)
|
|
- Preserve the original code structure when possible
|
|
- Only change what is necessary to fulfill the user's request
|