Index: trunk/doc/developer/indent.html =================================================================== --- trunk/doc/developer/indent.html (revision 14247) +++ trunk/doc/developer/indent.html (revision 14248) @@ -3,9 +3,10 @@

pcb-rnd - indentation

As of r1022 all old code is converted using indent(1). Our preferred -coding style is close to what the following command line produces: +coding style is close to what the following command line produces, using +our patched version of indent(1):
-indent --line-length128 -brs -br -nce --tab-size2 -ut -npsl  -npcs -hnl -cli2 -ncs
+indent --line-length128 -brs -br -nce --tab-size2 -ut -npsl  -npcs -hnl -cli2 -nsaf -sai -nsaw -ncs -c0 -cd0 -cp0
 

Contributors are kindly asked to follow this style or run the above