diff --git a/aider/website/docs/config/aider_conf.md b/aider/website/docs/config/aider_conf.md index 8a9699cbb..d74720c89 100644 --- a/aider/website/docs/config/aider_conf.md +++ b/aider/website/docs/config/aider_conf.md @@ -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