summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2012-07-02 19:05:05 +0200
committerTomek Mrugalski <tomasz@isc.org>2012-07-02 19:05:05 +0200
commitdeb1693da2be5f24c49d667e06f828c591ec3126 (patch)
tree8a82a833ab9ef489e1ef747c5040acf472c13978 /doc
parent3afbcb6cf9c97ae8e3b37eda59fbabee47a08cb7 (diff)
downloadisc-dhcp-deb1693da2be5f24c49d667e06f828c591ec3126.tar.gz
[rt25901_atf] Indentation cleanup of mdb6_unittest.c
Diffstat (limited to 'doc')
-rw-r--r--doc/devel/atf.dox9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devel/atf.dox b/doc/devel/atf.dox
index e772df6f..9879c5d3 100644
--- a/doc/devel/atf.dox
+++ b/doc/devel/atf.dox
@@ -80,4 +80,13 @@ make check
atf-run | atf-report
@endverbatim
+@section testsAtfCoding ATF Coding Guidelines
+
+As unit-tests code is an evironment that works under a different regime than
+the production code, there are slight differences, compared to standard
+coding guidelines. In particular:
+
+- The code is written using C99. Double slash comments are allowed.
+- Please do not use tabs. Use 4 spaces for each indent level.
+
*/