C Indentation

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.