Hi Ivan, I'm not sure about vim. Try this maybe? http://gcc.gnu.org/wiki/FormattingCodeForGCC
I've always used emacs when working on GNUstep, as it indents ObjC code in the GNU style used in GNUstep right out of the box. Some features I find handy in emacs: "alt+/" autocompletes the current word similar to vim's ctrl+p - handy for filling in long ObjC method names "alt+x add-changelog-entry" adds an entry to a ChangeLog file Eric On 2012-05-14, at 2:58 PM, Ivan Vučica wrote: > Hi all! > > Does anyone have a set of settings for vim's cindent that automatically uses > as correct indentation style as possible? > > What code editors do you use to contribute to the core GNUstep? > > -- > Ivan Vučica - [email protected] > > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
