Opened 17 years ago

Closed 17 years ago

#4274 closed (wontfix)

Spaces for indentation

Reported by: Osso Owned by: Jacob
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django is using spaces instead of tabs which makes it difficult to edit django files.

I'm willing to maintain a branch with tabs for indentation instead of unpractical spaces.

Change History (1)

comment:1 by Adrian Holovaty, 17 years ago

Resolution: wontfix
Status: newclosed

Spaces are our coding style, and they're the recommended way of indenting Python. If you find them hard to deal with, change your editor's settings to use spaces instead of tabs.

Note: See TracTickets for help on using tickets.
Back to Top