I'm playing with UniversalIndentGUI to format obj-c code as I want it to be formatted. Since i came from .NET world I want to format @interface declaration like
@interface ManagedObjectCell : UITableViewCell
{
}
Not like
@interface ManagedObjectCell : UITableViewCell {
}
But i didnt find the option in UniversalIdentGUI to specify such formatting behavior. Maybe someone knows where is it?