mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Format code with consistent spacing and indentation
This commit is contained in:
parent
9bf70d8641
commit
4b6424f631
1 changed files with 10 additions and 10 deletions
|
@ -226,8 +226,8 @@ def get_counts_for_file(start_tag, end_tag, authors, fname):
|
||||||
"blame",
|
"blame",
|
||||||
"-M100", # Detect moved lines within a file with 100% similarity
|
"-M100", # Detect moved lines within a file with 100% similarity
|
||||||
"-C100", # Detect moves across files with 100% similarity
|
"-C100", # Detect moves across files with 100% similarity
|
||||||
"-C", # Increase detection effort
|
"-C", # Increase detection effort
|
||||||
"-C", # Increase detection effort even more
|
"-C", # Increase detection effort even more
|
||||||
"--abbrev=9",
|
"--abbrev=9",
|
||||||
f"{start_tag}..{end_tag}",
|
f"{start_tag}..{end_tag}",
|
||||||
"--",
|
"--",
|
||||||
|
@ -241,12 +241,12 @@ def get_counts_for_file(start_tag, end_tag, authors, fname):
|
||||||
"blame",
|
"blame",
|
||||||
"-M100", # Detect moved lines within a file with 100% similarity
|
"-M100", # Detect moved lines within a file with 100% similarity
|
||||||
"-C100", # Detect moves across files with 100% similarity
|
"-C100", # Detect moves across files with 100% similarity
|
||||||
"-C", # Increase detection effort
|
"-C", # Increase detection effort
|
||||||
"-C", # Increase detection effort even more
|
"-C", # Increase detection effort even more
|
||||||
"--abbrev=9",
|
"--abbrev=9",
|
||||||
f"{start_tag}..HEAD",
|
f"{start_tag}..HEAD",
|
||||||
"--",
|
"--",
|
||||||
fname
|
fname,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
if not text:
|
if not text:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue