X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/941539630dd8c0e55e717f45da7dbe53edd03f49..057f189342acabd431a079455e0800d1abcd8057:/README.coding?ds=sidebyside diff --git a/README.coding b/README.coding index 10afe92e90..e77c53297d 100644 --- a/README.coding +++ b/README.coding @@ -66,10 +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 -br -brs -ce -bbo -bad -bap --dont-break-procedure-type - --no-tabs --cuddle-do-while --cuddle-else --indent-level2 - --leave-preprocessor-space --no-space-after-function-call-names - +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