On Thu, Jun 15, 2017 at 8:51 PM, Larry Martell <[email protected]> wrote: > On Thu, Jun 15, 2017 at 6:35 PM, Christopher Reimer > <[email protected]> wrote: >> One commentator on a tech website admonished programmers for wasting time by >> pressing the space bar four times instead of using tab. O_o > > Not in vi with > > set autoindent > set expandtab
Or in any halfway-decent editor with reasonable indentation settings. -- https://mail.python.org/mailman/listinfo/python-list
