Opened 18 years ago
Closed 18 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.
Note:
See TracTickets
for help on using tickets.
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.