avante.nvim/lua/avante/templates/_project.avanterules

13 lines
226 B
Django/Jinja
Raw Normal View History

{%- if use_xml_format -%}
{%- if project_context -%}
<project_context>
{{project_context}}
</project_context>
{%- endif %}
{%- else -%}
{%- if project_context -%}
PROJECT CONTEXT:
{{project_context}}
{%- endif %}
{%- endif %}