home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.software-eng:5154 comp.lang.c:18884
- Path: sparky!uunet!spool.mu.edu!sdd.hp.com!usc!srhqla!quest!kdq
- From: kdq@quest.UUCP (Kevin D. Quitt)
- Newsgroups: comp.software-eng,comp.lang.c
- Subject: Re: C code Layout
- Message-ID: <HTiBwB5w165w@quest.UUCP>
- Date: Thu, 24 Dec 92 19:13:40 PST
- References: <771@ulogic.UUCP>
- Reply-To: srhqla!quest!kdq
- Organization: Job quest (805) 251-8210, So Cal: (800) 400-8210
- Lines: 27
-
- hartman@ulogic.UUCP (Richard M. Hartman) writes:
- >
- > ... am I in the minority here by preferring style C:
- >
- > keyword (condition)
- > {
- > statement1;
- > statement2;
- > statement3;
- > }
- >
-
- Yes, and what's worse, (with 4-character tabs) I prefer:
-
- keyword ( condition )
- {
- statement1;
- statement2;
- statement3;
- }
-
-
- And since my editor (epsilon) handles all the indentation...
-
-
- _
- Kevin D. Quitt 96.37% of all statistics are made up. srhqla!quest!kdq
-