home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / indent.zip / C.STY next >
Text File  |  1987-08-17  |  412b  |  16 lines

  1. /*    C.STY - C Style File for INDENT.EXE
  2. /*    C comment indicators
  3. c=/*    */
  4. /*    Begin with { and end with }, no trailing indent
  5. {    }/n
  6. /*    Begin with if and end with either ; or {
  7. ^if    ;/y|{/y
  8. /*    The indentation is stopped with a '{' to avoid double
  9. /*    indentation, since '{' also starts indentation.
  10. else    ;/y|{/y
  11. ^switch    ;/y|{/y
  12. ^case_    case_/n|default/n|}/n
  13. ^default    }/n|;/y
  14. ^while    {/y|;/y
  15. ^for        ;/y|{/y
  16.