Opened 12 years ago
Closed 10 years ago
#8461 closed defect (wontfix)
Cometd-twisted files are intended with tabs instead of spaces
Reported by: | Jyrki Pulliainen | Owned by: | Greg Wilkins |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Cometd | Version: | 1.2.3 |
Keywords: | cometd twisted python | Cc: | |
Blocked By: | Blocking: |
Description
Cometd-twisted files are intended with tabs intead of spaces. This is against the Python Style Guide (PEP 8).
Also, the files contain a Vim modeline in the end, which shows tabulators as 4 characters instead of the default 8 and tells Vim not to expand tabs to spaces. This however is confusing, since the Vim user might end up mixing spaces and tabs in the files and breaking the code that way.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | cometd-twisted-untabify.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
twisted version of cometd is, at the moment, abandoned.
Note: See
TracTickets for help on using
tickets.
This patch converts tabs to 4 spaces and removes Vim mode lines