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

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

Tab question in c


From: Leo.Hou
Subject: Tab question in c
Date: 4 Sep 2006 01:52:50 -0700
User-agent: G2/0.2

Hi all,

I've spent a lot of time searching for an answer over internet but got
no clue. So I hope I can get some help here.

I got a new project that requires indentation = 4 spaces in their
coding style requirement. I couldn't config this in emacs properly. I
have these two lines in .emacs but they dont work
 '(standard-indent 4)
 '(tab-always-indent t)


And I don't want emacs to indent the braces like this:
while (...)
  {
       ...
  }
How to set brace indent = 0?

Thanks a lot

Leo



reply via email to

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