Skip to content

Commit 9af161c

Browse files
committed
revert back to 79 chars as default
1 parent 3f3ac85 commit 9af161c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/contributing_code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ Code formatting in Python
397397

398398
MDAnalysis is a project with a long history and many contributors; it hasn't used a consistent coding style. Since version 0.11.0, we are trying to update all the code to conform with `PEP8`_. Our strategy is to update the style every time we touch an old function and thus switch to `PEP8`_ continuously.
399399

400-
**Important requirements (from PEP8)** (with our own style adapations):
401-
- keep line length to **88 characters or less**; break long lines sensibly
400+
**Important requirements (from PEP8)**:
401+
- keep line length to **79 characters or less**; break long lines sensibly although for readability we may allow longer lines
402402
- indent with **spaces** and use **4 spaces per level**
403403
- naming:
404404

0 commit comments

Comments
 (0)