Ticket #66 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

Convert the project from tabs to 4-spaces.

Reported by: amcgregor Owned by: alberto
Priority: low Milestone:
Component: infrastructure Version:
Keywords: Cc:

Description

As mentioned in ticket #10, the project should probably be converted to a pep8-happy space indentation style, over the tab indentation style I'm so very happy with. :)

Arguments can go both ways for tab indentation, including user choice of display size and the literal requirement of one quarter the storage. :P

Change History

Changed 1 year ago by alberto

  • owner changed from amcgregor to alberto
  • status changed from new to assigned

Tabs surely have their benefits but 4 spaces has the big advantage of "interoperability" with the rest of the python world :) In fact, my first contact with the reindent.py came with the first patch I sent at #10 because I blindly used 4 spaces and broke the code heavily. I'm pretty sure this could happen again to other contributors in the future if they're not careful.

I'll interpret the existence of this ticket as a green light so I'll proceed to close it shortly unless I'm stopped :)

Alberto

Changed 1 year ago by alberto

  • status changed from assigned to closed
  • resolution set to fixed

Done in [67]

Note: See TracTickets for help on using tickets.