Skip to content

Commit f4cd410

Browse files
committed
copy
1 parent 3f07ca6 commit f4cd410

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

aider/website/docs/usage/conventions.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ or `aider --read CONVENTIONS.md`.
2828
This way it is marked as read-only, and cached if prompt caching
2929
is enabled.
3030

31+
## Always load conventions
32+
3133
You can also configure aider to always load your conventions file
3234
in the [`.aider.conf.yml` config file](https://aider.chat/docs/config/aider_conf.html):
3335

34-
See below for an example of how the conventions can affect the code
35-
that aider writes.
3636

3737
```yaml
3838
# alone
@@ -42,6 +42,12 @@ read: CONVENTIONS.md
4242
read: [CONVENTIONS.md, anotherfile.txt]
4343
```
4444
45+
46+
## Example
47+
48+
See below for an example of how the conventions can affect the code
49+
that aider writes.
50+
4551
<div class="chat-transcript" markdown="1">
4652
> $ aider --read CONVENTIONS.md useragent.py
4753
>

0 commit comments

Comments
 (0)