On 2017-03-18, Chris Angelico <[email protected]> wrote: > On Sun, Mar 19, 2017 at 8:50 AM, Nathan Ernst <[email protected]> wrote: >> My rule of thumb: tabs for indentation, spaces for alignment (i.e. trying >> to line up anything after a non-whitespace character on a single line). > > My rule of thumb: tabs for indentation, and don't align stuff after > non-whitespace :)
Aligning columns in tables of data make it far easier to read/edit. -- Grant -- https://mail.python.org/mailman/listinfo/python-list
