Changes between Version 2 and Version 3 of StandardsCompliance


Ignore:
Timestamp:
Nov 25, 2006, 11:11:29 AM (17 years ago)
Author:
Bruno Cornec
Comment:

Coding stds are now here

Legend:

Unmodified
Added
Removed
Modified
  • StandardsCompliance

    v2 v3  
    137137||-h||--help or --usage|| ||
    138138||-v||--version|| ||
     139
     140
     141== Formatting of C Code ==
     142
     143The following outlines the coding standard for Mondo Rescue. Note that while mondo is implemented in C, mindi is currently a bash script.
     144
     145The following indent rules should be used:
     146{{{
     147-kr -br -brs -ts4 -ut
     148}}}
     149The easiest is to put the above in file ~/.indent.pro.
     150
     151The indent program should come in the indent package or similar. If not, you can get it from [http://directory.fsf.org/GNU/indent.html].