From 5e6f36b683c33cc07a0d347f7c4c3ec39c1405ee Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 27 Aug 2024 08:38:36 -0700 Subject: [PATCH] copy --- aider/website/docs/config/aider_conf.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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