In article <[email protected]>, Dan Stromberg <[email protected]> wrote:
> On Thu, Jul 3, 2014 at 10:31 AM, Tobiah <[email protected]> wrote: > > Coworker takes PEP8 as gospel and uses 4 spaces > > to indent. I prefer tabs. > > I recently converted from tabs to spaces. I probably still have some > code that uses tabs, but most of my personal stuff has been converted. > > I like tabs. Tabs work better for me than spaces, because I know how > to use them. Also, some "make" tools insist on tabs. Why should the fact that Make requires tabs affect how you edit Python code? -- https://mail.python.org/mailman/listinfo/python-list
