mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-16 17:44:59 +00:00
copy
This commit is contained in:
parent
aac2ab7c9b
commit
360e311bea
7 changed files with 41 additions and 41 deletions
|
@ -21,9 +21,6 @@
|
|||
#######
|
||||
# Main:
|
||||
|
||||
## specify a file to edit (can be used multiple times)
|
||||
#AIDER_FILE=
|
||||
|
||||
## Specify the OpenAI API key
|
||||
#OPENAI_API_KEY=
|
||||
|
||||
|
@ -174,6 +171,9 @@
|
|||
## Prefix commit messages with 'aider: ' (default: False)
|
||||
#AIDER_ATTRIBUTE_COMMIT_MESSAGE=false
|
||||
|
||||
## Commit all pending changes with a suitable commit message, then exit
|
||||
#AIDER_COMMIT=false
|
||||
|
||||
## Specify a custom prompt for generating commit messages
|
||||
#AIDER_COMMIT_PROMPT=
|
||||
|
||||
|
@ -183,9 +183,6 @@
|
|||
########################
|
||||
# Fixing and committing:
|
||||
|
||||
## Commit all pending changes with a suitable commit message, then exit
|
||||
#AIDER_COMMIT=false
|
||||
|
||||
## Lint and fix provided files, or dirty files if none provided
|
||||
#AIDER_LINT=false
|
||||
|
||||
|
@ -207,6 +204,9 @@
|
|||
#################
|
||||
# Other Settings:
|
||||
|
||||
## specify a file to edit (can be used multiple times)
|
||||
#AIDER_FILE=
|
||||
|
||||
## Use VI editing mode in the terminal (default: False)
|
||||
#AIDER_VIM=false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue