The following outlines the coding standard for Mondo Rescue. Note that while mondo is implemented in C, mindi is currently a bash script. == Formatting of C Code == The following indent rules should be used: {{{ -kr -br -brs -ts4 -ut }}} The easiest is to put the above in file ~/.indent.pro. The indent program should come in the indent package or similar. If not, you can get it from [http://directory.fsf.org/GNU/indent.html].