summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2017-06-06 14:43:08 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2017-06-06 14:43:08 +0200
commitfb83ab342944ce8bddfeb87220f311954be8d0a9 (patch)
tree587e25d88a7537548e6efe64e71381e854de45b1 /HACKING
parente1eacaabe27095eb4688b4b1e50523d2d3527f22 (diff)
downloadlibsigrokdecode-fb83ab342944ce8bddfeb87220f311954be8d0a9.tar.gz
libsigrokdecode-fb83ab342944ce8bddfeb87220f311954be8d0a9.zip
HACKING: Update URL to Linux kernel coding style.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 6 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 6aaedac..a6fe7d3 100644
--- a/HACKING
+++ b/HACKING
@@ -5,15 +5,17 @@ HACKING
Coding style
------------
-This project is programmed using the Linux kernel coding style, see
-http://lxr.linux.no/linux/Documentation/CodingStyle for details.
+This project is programmed using the Linux kernel coding style:
+
+ https://www.kernel.org/doc/html/latest/process/coding-style.html
Please use the same style for any code contributions, thanks!
The Python decoders should follow the usual Python conventions and use
Python idioms as far as it makes sense. The coding style should mostly follow
-the Python PEP-8, which includes the convention of 4 spaces for indentation.
-See http://www.python.org/dev/peps/pep-0008/ for details.
+the Python PEP-8, which includes the convention of 4 spaces for indentation:
+
+ http://www.python.org/dev/peps/pep-0008/
Contributions