difftastic icon indicating copy to clipboard operation
difftastic copied to clipboard

Consider assuming that line numbers are at least two digits

Open Wilfred opened this issue 6 months ago • 1 comments

Since the vast majority of files have at least 10 lines, it might improve alignment.

foo.py --- 1/2 --- Python
1 1
2   new_import()

foo.py --- 2/2 --- Python
11 12
12 13 other_change()

Wilfred avatar Aug 16 '24 17:08 Wilfred