Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Aider-AI/aider
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 15, 2024
2 parents 4d50e1e + dab536c commit 0145e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/website/docs/usage/watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ description: Aider can run in your browser, not just on the command line.
If you run aider with `--watch-files`, it will watch all files in your repo
and look for any AI coding instructions you add using your favorite IDE or text editor.

Specifically, aider looks for one-liner comments (# ... or // ...) that either start or end with `AI`, `AI!` or `AI?1 like these:
Specifically, aider looks for one-liner comments (# ... or // ...) that either start or end with `AI`, `AI!` or `AI?` like these:

```python
# Make a snake game. AI!
Expand Down

0 comments on commit 0145e86

Please sign in to comment.