X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/09a61acd80245bda9dccef9c649926602b97d6e4..9af2fd03c7062cc37f77667fa46866da38e38139:/README.coding diff --git a/README.coding b/README.coding index 2a8302a1d7..791d365839 100644 --- a/README.coding +++ b/README.coding @@ -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 +indent -kr -l80 -nut -i2 -lps -npcs -br -brs -ce -cdw -bbo -npsl + +The script ./tools/indent runs indent with the appropriate options. FIXME: this list of arguments is still to be discussed, maybe