mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- No spaces at the beginning and end of a single line comment. (python code does this) - Double space after a statement in a multi-line comment. (PEP-8) - Enforce 79 character limit. (PEP-8) - Empty line after a block ends make code more readable. - Empty line at the end of a multi line comment. (python code seems to do this)