discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: indent + objective c


From: Tobias
Subject: Re: indent + objective c
Date: Mon, 7 Apr 2003 23:59:24 +0200
User-agent: KMail/1.5.1

chris kindly replied:
> Take a look at the man page for indent(1) for the options, but the file
> could look sth like
> 
>   -bad -bap -c33 -ci1 -d1 -di20 -i4 -l78 -nbc -nfc1 -psl \
>   -Tid -TBOOL -TSEL -TNS...
this still does not solve
a) that every 
[object message] 
is treated like an array
b)
@implementation MyClass
+initialize
{
//...
}
gets to 
 @implementation MyClass + initalize
{
  //...
}


but it is a start (and not that much reintending...)

thx
~ibotty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]