Hi
I would expect to have some static editable width value of the file gutter blame area. If I set the format of file gutter annotations to "${id} ${author}" and some authors have longer/shorter names then another, then the lines in the gutter area are indented differently as well as the code in the file.

Thanks!
@obrejla See Advanced Formatting for details on how to control the lengths.
In your example you could use ${id|8} ${author|20} -- you can replace 20 with however many characters of the author you want displayed.
Hope that helps!
Cool! That did the trick, thanks a lot!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Cool! That did the trick, thanks a lot!