wtf is this formatting , you are a professor , dont pull this bullshit on me
@SuperDicq @phnt @reia its bad because half tabs are not a thing so if u do gnu style u have to use spaces .
#include <stdio.h>
int
main (void)
{
int i = 1;
if (i == 1)
{
printf ("Hello world!\n");
return 0;
}
else if (i != 1)
{
printf ("unreachable\n");
return 1;
}
}
@SuperDicq @phnt @reia all im saying is that other styles allow for the choice of tabs or spaces , mostly .
emacs has no text editor, tho with enough lisping some emac users have managed to cobble vim emulation as a feature of the emacs operating system.