$c-case - C-mode; case indentation
$c-case integer; Default is -4
-n <= integer <= n
$c-case is part of the cmode(2m) environment for C programmers.
Sets the offset of a "case" on a line from the current indent. For example, using the default settings, if the current indent was 20 then a line starting with a "case" would be indented to 16, i.e.
xxxxxxxxxx case xxxxxxxxxx xxxxxxxxxx
This is used inside "switch" statements, the default setting give the following lay-out:-
switch(xxxxxxxxxx) { case 1: xxxxxxxxxx xxxxxxxxxx case 2:
This works in conjunction with the $c-statement(5), a change to $c-statement will change the position of '{'s.
(c) Copyright JASSPA 1999
Last Modified: 1998/08/27
Generated On: 1999/07/16