Emacs does not have processor backing code by default. I know that he has historical roots that are already outdated.
However, with code with lots of #ifdef unindented, it's hard to read.
So, I would like to indent emacs automatically, give me something like this:
void myfunc() { int foo; #ifdef BAR printf(foo); #endif return foo; }
Instead of what I am getting now:
void myfunc() { int foo; #ifdef BAR printf(foo); #endif return foo; }
Any conclusions on this issue you crack hackers :)?
source share