mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 10:09:19 -04:00
838 B
838 B
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 or 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