mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
674 B
674 B
nav_order | has_children | description |
---|---|---|
55 | true | Information on all of aider's settings and how to use them. |
Configuration
Aider has many options which can be set with
command line switches.
Most options can also be set in an .aider.conf.yml
file
which can be placed in your home directory or at the root of
your git repo.
Or via environment variables like AIDER_xxx
,
as noted in the options reference.
Here are 3 equivalent ways of setting an option. First, via a command line switch:
$ aider --dark-mode
Or, via an env variable:
export AIDER_DARK_MODE=true
Or in the .aider.conf.yml
file:
dark-mode: true