wtf is this formatting , you are a professor , dont pull this bullshit on me
Post
Remote status
Context
5@reia ITS NOT EVEN PROPER GNU STYLE THE INDENTATION IS ALL WRONG
@phnt@fluffytail.org @fiore@brain.worm.pink @reia@linfan.moe I don't use GNU style in my code either, but I do wanna ask; Do people just not like the GNU style because they are not used to it? Or is GNU style objectively bad in some way?
Like look at this monstrosity
#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;
}
}
Replies
8@phnt@fluffytail.org @fiore@brain.worm.pink @reia@linfan.moe
1 tab/8 spacesI think you're the weirdo here.
@phnt@fluffytail.org @newt@stereophonic.space @fiore@brain.worm.pink @reia@linfan.moe Emacs is a lisp interpreter that has a text editor built into it.
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.
@phnt@fluffytail.org @fiore@brain.worm.pink @reia@linfan.moe A tab should be four spaces. Default vim config is just simply wrong.