unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs ident
@ 2011-08-17 16:04 pingved
  2011-08-17 19:52 ` Alan Mackenzie
  0 siblings, 1 reply; 3+ messages in thread
From: pingved @ 2011-08-17 16:04 UTC (permalink / raw)
  To: emacs-devel

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!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-20 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17 16:04 emacs ident pingved
2011-08-17 19:52 ` Alan Mackenzie
2011-09-20 13:24   ` Nix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).