File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ or `aider --read CONVENTIONS.md`.
2828This way it is marked as read-only, and cached if prompt caching
2929is enabled.
3030
31+ ## Always load conventions
32+
3133You can also configure aider to always load your conventions file
3234in 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
4242read : [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>
You can’t perform that action at this time.
0 commit comments