emacs-devel
[Top][All Lists]
Advanced

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

emacs ident


From: pingved
Subject: emacs ident
Date: Wed, 17 Aug 2011 20:04:29 +0400

I  need  to create indent for code of next format (c-mode or any other
c-similar mode):

void Test(void) {
 (3space)DWORD abc;
 (4space)exit(0);
 (4space){
 (4space)(3space)DWORD a;
 (4space)(4space)exit(0);
 (4space)}
}

But emacs doesn't support this style :(
Can Developers fix this?
THX!




reply via email to

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