The following if my preferred C formatting, created with the GNU Indent command:
indent -linux -brf SRC.c -cli8
e.g.
void main(int argc, char ** argv){
<tab>printf(“bonjour”);
<tab>switch(2){
<tab><tab>case 2:
<tab><tab><tab>printf(“2″);
<tab><tab><tab>break;
<tab>}
}
Advertisement


