Changes between Initial Version and Version 1 of CodingStandards


Ignore:
Timestamp:
Aug 3, 2006, 1:57:37 PM (18 years ago)
Author:
andree
Comment:

Copy from BerliOS

Legend:

Unmodified
Added
Removed
Modified
  • CodingStandards

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