Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the new mmalloc test to the testsuite
[simgrid.git] / README.coding
index 2a8302a1d77f3ef272deb141cbbfd2c9bc29a101..791d365839da2c5cfead05a58ea3c9043ac2d281 100644 (file)
@@ -66,9 +66,9 @@ The tree is not splited on projects, but on file finality:
 Most files use the Kernighan & Ritchie coding style with 2 spaces of
 indentation. The indent program can help you to stick to it:
 
-indent -kr -br -brs -ce -bbo --dont-break-procedure-type --no-tabs
---cuddle-do-while --cuddle-else --indent-level2 --leave-preprocessor-space
---no-space-after-function-call-names <myfile>
+indent -kr -l80 -nut -i2 -lps -npcs -br -brs -ce -cdw -bbo -npsl <myfile>
+
+The script ./tools/indent runs indent with the appropriate options.
 
 FIXME: this list of arguments is still to be discussed, maybe