From f4cd4104210b66745f5a70c723bd360fa6160791 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 27 Aug 2024 06:17:57 -0700 Subject: [PATCH] copy --- aider/website/docs/usage/conventions.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/usage/conventions.md b/aider/website/docs/usage/conventions.md index 4d563833080..2778694a429 100644 --- a/aider/website/docs/usage/conventions.md +++ b/aider/website/docs/usage/conventions.md @@ -28,11 +28,11 @@ or `aider --read CONVENTIONS.md`. This way it is marked as read-only, and cached if prompt caching is enabled. +## Always load conventions + You can also configure aider to always load your conventions file in the [`.aider.conf.yml` config file](https://aider.chat/docs/config/aider_conf.html): -See below for an example of how the conventions can affect the code -that aider writes. ```yaml # alone @@ -42,6 +42,12 @@ read: CONVENTIONS.md read: [CONVENTIONS.md, anotherfile.txt] ``` + +## Example + +See below for an example of how the conventions can affect the code +that aider writes. +
> $ aider --read CONVENTIONS.md useragent.py >