I joined a company recently where they seem to like to align the =
and :
on consecutive lines in python, e.g., instead of
a = 0
bb = 2
ccc = 3
they do
a = 0
bb = 2
ccc = 3
and likewise for :
. I find it very tedious to have to do this for every line when the spacing needs to be adjusted. Is there a hotkey for doing this in standard text editors? I most use VSCode and sublime.