mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
Fixed sample yml file to use proper filename
This commit is contained in:
parent
edcf66c694
commit
9c9fdb0a1b
3 changed files with 3 additions and 3 deletions
|
@ -91,7 +91,7 @@ class YamlHelpFormatter(argparse.HelpFormatter):
|
||||||
def _format_text(self, text):
|
def _format_text(self, text):
|
||||||
return """
|
return """
|
||||||
##########################################################
|
##########################################################
|
||||||
# Sample .aider.conf.yaml
|
# Sample .aider.conf.yml
|
||||||
# This file lists *all* the valid configuration entries.
|
# This file lists *all* the valid configuration entries.
|
||||||
# Place in your home dir, or at the root of your git repo.
|
# Place in your home dir, or at the root of your git repo.
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##########################################################
|
##########################################################
|
||||||
# Sample .aider.conf.yaml
|
# Sample .aider.conf.yml
|
||||||
# This file lists *all* the valid configuration entries.
|
# This file lists *all* the valid configuration entries.
|
||||||
# Place in your home dir, or at the root of your git repo.
|
# Place in your home dir, or at the root of your git repo.
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
|
@ -38,7 +38,7 @@ cog.outl("```")
|
||||||
]]]-->
|
]]]-->
|
||||||
```
|
```
|
||||||
##########################################################
|
##########################################################
|
||||||
# Sample .aider.conf.yaml
|
# Sample .aider.conf.yml
|
||||||
# This file lists *all* the valid configuration entries.
|
# This file lists *all* the valid configuration entries.
|
||||||
# Place in your home dir, or at the root of your git repo.
|
# Place in your home dir, or at the root of your git repo.
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue