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

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

c code styles


From: Kevin Dziulko
Subject: c code styles
Date: Fri, 02 Nov 2001 12:51:15 -0500

Hello,

I use K&R style for C code. But I want to change 2 things:
- all tabs/indents to be 4 spaces
- all blocks to be forced to start on new line
       ex.   while (true)
             {
                 print;

       instead of
             while (true) {
                 print;

How can I do this?

Thanks in advance.
Kevin

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




reply via email to

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