From bdf0451c616f2f60e4b3fbcf19db400a695602eb Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 6 Nov 2019 19:27:50 +0100 Subject: contribution: add Python node about 80 character limit --- docs/contributing/coding_guidelines.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/contributing/coding_guidelines.rst b/docs/contributing/coding_guidelines.rst index 771290ca..634c3e61 100644 --- a/docs/contributing/coding_guidelines.rst +++ b/docs/contributing/coding_guidelines.rst @@ -28,6 +28,14 @@ interface. Configuration script structure and behaviour -------------------------------------------- +Your configuration script or operation mode script which is also written in +Python3 should have a line break on 80 characters. This seems to be a bit odd +nowadays but as some people also work remotly or programm using vi(m) this is +a fair good standard which I hope we can rely on. + +In addition this also helps when browsing the GitHub codebase on a mobile +device if you happen to be a crazy scientist. + .. code-block:: python #!/usr/bin/env python3 -- cgit v1.2.3