The default format when I write a while statement is as follows:
while(true)
{
}
I prefer to using the following:
while(true)
{
}
Is there a way that I can customize emacs to following this format?
Thank you
|
The default format when I write a
I prefer to using the following:
Is there a way that I can customize emacs to following this format? Thank you |
|||
|
You can use
in a hook, or
in your |
|||
Candcc-mode??. – kindahero Apr 16 '12 at 18:24