wiki:CodingStandards

Version 1 (modified by andree, 18 years ago) ( diff )

Copy from BerliOS

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.

Note: See TracWiki for help on using the wiki.