mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
use tab in ctag maps
This commit is contained in:
parent
a14611849e
commit
8a528b655d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def get_tags_map(filenames, root_dname=None):
|
||||||
|
|
||||||
output = ""
|
output = ""
|
||||||
last = [None] * len(tags[0])
|
last = [None] * len(tags[0])
|
||||||
tab = " "
|
tab = "\t"
|
||||||
for tag in tags:
|
for tag in tags:
|
||||||
tag = list(tag)
|
tag = list(tag)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue