aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-05-20 16:08:16 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-05-20 17:32:51 +0300
commitfa1b7f2fcc96711b595439f1834c182b381e2f66 (patch)
tree7f1634ec4d44f0a0d48bec85bea1fbeaeed9ddf5 /HACKING
parentacad4e4a95432b0dcebc0c3184080e0b53d7ee47 (diff)
Precisify coding style.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 2 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 97309df8..db48cce9 100644
--- a/HACKING
+++ b/HACKING
@@ -125,9 +125,11 @@ Coding style
We follow the DUI coding style for C++ code. In brief:
+ - No tab characters (0x09)
- Linux style, but
- Indentation offset is 4 and
- Maximum line length is 120.
+ - No editor specific settings in the files.
For Python: