From 5b6c18612545a2978d2a2b4a06640958666d39a6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 17 Jan 2025 13:35:36 -0800 Subject: [PATCH] copy --- aider/website/docs/config/aider_conf.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/aider/website/docs/config/aider_conf.md b/aider/website/docs/config/aider_conf.md index 91b88fe28..ce36e54cf 100644 --- a/aider/website/docs/config/aider_conf.md +++ b/aider/website/docs/config/aider_conf.md @@ -7,13 +7,15 @@ description: How to configure aider with a yaml config file. # YAML config file Most of aider's options can be set in an `.aider.conf.yml` file. -Aider will look for a this file in these locations and -load whichever is found first. +Aider will look for a this file in these locations: -- As specified with the `--config ` parameter. -- The current directory. -- The root of your git repo. - Your home directory. +- The root of your git repo. +- The current directory. + +If the files above exist, they will be loaded in that order. Files loaded last will take priority. + +You can also specify the `--config ` parameter, which will only load the one config file. {% include keys.md %}