mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: align /add commands in history file for better readability
This commit is contained in:
parent
717592463e
commit
2e5fa9dea4
1 changed files with 1 additions and 1 deletions
|
@ -1281,7 +1281,7 @@ class Commands:
|
||||||
# Write commands to add editable files
|
# Write commands to add editable files
|
||||||
for fname in sorted(self.coder.abs_fnames):
|
for fname in sorted(self.coder.abs_fnames):
|
||||||
rel_fname = self.coder.get_rel_fname(fname)
|
rel_fname = self.coder.get_rel_fname(fname)
|
||||||
f.write(f"/add {rel_fname}\n")
|
f.write(f"/add {rel_fname}\n")
|
||||||
|
|
||||||
# Write commands to add read-only files
|
# Write commands to add read-only files
|
||||||
for fname in sorted(self.coder.abs_read_only_fnames):
|
for fname in sorted(self.coder.abs_read_only_fnames):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue