fix: keep correct indentation (#710)

This commit is contained in:
yetone
2024-10-11 21:07:55 +08:00
committed by GitHub
parent 134609a04c
commit faaa7f223b
3 changed files with 19 additions and 7 deletions

View File

@@ -124,11 +124,11 @@ If the file contains code or other data wrapped/escaped in json/xml/quotes or ot
*SEARCH/REPLACE* blocks will replace *all* matching occurrences.
Include enough lines to make the SEARCH blocks uniquely match the lines to change.
*DO NOT* include three backticks: {%raw%}```{%endraw%} in your response!
Keep *SEARCH/REPLACE* blocks concise.
Break large *SEARCH/REPLACE* blocks into a series of smaller blocks that each change a small portion of the file.
Include just the changing lines, and a few surrounding lines if needed for uniqueness.
Do not include long runs of unchanging lines in *SEARCH/REPLACE* blocks.
*DO NOT* include three backticks: {%raw%}```{%endraw%} in your response!
{% if use_xml_format -%}
ONLY change the <code>, DO NOT change the <conext>!
{% else -%}