| Subject: | Re: indent problem |
|---|---|
| From: | "Alfred M. Szmidt" |
| Date: | Fri, 14 Jul 2006 17:08:44 +0200 CEST |
| Newsgroups: | gnu.misc.discuss |
Insteat of putting the brackets behind the method name into the SAME
line such as:
void testMethod(int test) {
//whatever here
}
it gives:
void testMethod(int test)
{
//whatever here
}
This is intended. K&R indentation style puts the brace in column 0
for functions. The -br option is for `if' statements, etc.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: indent problem, Wei Mingzhi |
|---|---|
| Next by Date: | Re: indent problem, silversurfer2025 |
| Previous by Thread: | Re: indent problem, Wei Mingzhi |
| Next by Thread: | Re: indent problem, silversurfer2025 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |