This commit is contained in:
Paul Gauthier 2024-07-31 10:59:44 -03:00
parent aac2ab7c9b
commit 360e311bea
7 changed files with 41 additions and 41 deletions

View file

@ -17,9 +17,6 @@
#######
# Main:
## specify a file to edit (can be used multiple times)
#file:
## Specify the OpenAI API key
#openai-api-key:
@ -170,6 +167,9 @@
## Prefix commit messages with 'aider: ' (default: False)
#attribute-commit-message: false
## Commit all pending changes with a suitable commit message, then exit
#commit: false
## Specify a custom prompt for generating commit messages
#commit-prompt:
@ -179,9 +179,6 @@
########################
# Fixing and committing:
## Commit all pending changes with a suitable commit message, then exit
#commit: false
## Lint and fix provided files, or dirty files if none provided
#lint: false
@ -203,6 +200,9 @@
#################
# Other Settings:
## specify a file to edit (can be used multiple times)
#file:
## Use VI editing mode in the terminal (default: False)
#vim: false

View file

@ -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