help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emcas code style


From: Tobias Boonstoppel
Subject: emcas code style
Date: Wed, 25 Feb 2004 12:01:45 +0100
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

hi!

could you help me?

i want a to build a emacs mode that indents code like this:

function blah()
{
if($somthing == 1)
  {
  foo();
  switch()
    {
    }
  }
 return false;
}


and NOT like in c++ mode oder PHP mode like this:

function blah()
{
if($somthing == 1)
  {
  foo();
  switch()
    {
    }
  }
 return false;
}



where do i change these settings?
thxx!!!!

Tobias




reply via email to

[Prev in Thread] Current Thread [Next in Thread]