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

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

question about indenting


From: pingved
Subject: question about indenting
Date: Fri, 15 Jul 2011 09:09:17 +0400

Hello to all!
How i can indent strings in any mode, c-mode for example like this:

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




reply via email to

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