Earlier quoted context omitted.
What language are you using such that inter-line relative column spacing doesn't affect your code comprehension? > I don't see the point in a monospace font outside of the terminal Why not use Verdana in the terminal?
I'm confused. In every modern language I've used apart from go and terraform, only leading indentation matters and autoformatters do not apply mid-line alignment or align subsequent lines against characters in a previous line. edit: and maybe Haskell? the layout rules are complicated personally I don't think lining up e.g. variable or parameter names in c style declarations improves readability at all, and it pollute…
> but I do use a monospace font in the terminal because many command line applications align their output into columns using spaces
Ah, makes sense.