Changes between Initial Version and Version 1 of Ticket #2138, comment 6
- Timestamp:
- 2015-02-09T01:49:52Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2138, comment 6
initial v1 1 I don't agree that the fill column for Python code should be 77. It's unnecessar y short and not consistent with the line wrapping in the majority of our existing code. [wiki:CodingStandards] says:1 I don't agree that the fill column for Python code should be 77. It's unnecessarily short and not consistent with the line wrapping in the majority of our existing code. [wiki:CodingStandards] says: 2 2 3 3 > Ignore the part of PEP-8 which specifes 79- or 72- char line widths. Lines should preferably be less than 100 columns, but we don't enforce this strictly. It is more important to break lines at points that are natural for readability than to follow a fixed line width restriction. Where possible, continuation lines should be indented as far as necessary to make them match up with the subexpression (e.g. argument list) they belong to.