Hi Folks,

Can someone here suggest how to get the two level indentation style used for gnu coding convention.

Indent two spaces, change 8 spaces to a tab, indent braces two spaces and following text two spaces. Like this:


int
main ()
{
  printf ("Hello\n");
  x = y;
  if (x = y)
    {
      j = y + 3;
      be = gone;
    }
}

etc.

Suggestions much appreciated.

Jerry
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to