I would like to format a snippet of code with indentation, but simply
typing a tab or extra spaces at the beginning of a line doesn't work. Is
there an alternative?
What I get:
for (x=1;x<10;x++) {
doSomething(x);
}
What I want :
for (x=1;x<10;x++) {
doSomething(x); <-- indented
}
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mnemosyne-proj-users/67594c79-e7c4-4b71-a634-072e6ba083e4%40googlegroups.com.