mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
90fae63dc5
commit
5e6f36b683
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@ load whichever is found first.
|
|||
|
||||
{% include env-keys-tip.md %}
|
||||
|
||||
## A note on lists
|
||||
|
||||
The syntax for specifying a list of values is not standard yaml.
|
||||
Instead, use this format:
|
||||
|
||||
```
|
||||
read: [CONVENTIONS.md, anotherfile.txt, thirdfile.py]
|
||||
```
|
||||
|
||||
## Sample YAML config file
|
||||
|
||||
Below is a sample of the YAML config file, which you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue