aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 4 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index ecd9e6adb..82de084c9 100644
--- a/HACKING
+++ b/HACKING
@@ -65,7 +65,7 @@ src/ directories:
65 65
66 66
67Coding style: 67Coding style:
68- GNU guidelines apply 68- GNU guidelines generally apply
69- declare only one variable per line, so 69- declare only one variable per line, so
70 70
71 int i; 71 int i;
@@ -74,6 +74,9 @@ Coding style:
74 instead of 74 instead of
75 75
76 int i,j; 76 int i,j;
77- Indentation should be done using the 'pre-commit' script in the top-level
78 directory using the patched (!) GNU indent. See also the posting at
79 https://gnunet.org/gnunetindentation
77 80
78 81
79Build-system: 82Build-system: