X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d681299210301006d41a0fd6f90332f2bb9d929e..cb0db70b9d93d8569647145ad6833fe3fe03153f:/README.coding diff --git a/README.coding b/README.coding index 1faa329184..e77c53297d 100644 --- a/README.coding +++ b/README.coding @@ -64,7 +64,13 @@ 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. :) +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 + +FIXME: this list of arguments is still to be discussed, maybe ** ** Type naming standard