Examples of Apple projects often have aligned variable names, in addition to their generic code type / indentation specification:
NSUInteger level; double fadeSpeed; CGPoint ballPosition; int keyOffset;
Unlike:
NSUInteger level; double fadeSpeed; CGPoint ballPosition; int keyOffset;
Is there a shortcut to make this happen? (I don't know what he will be called for, or I could look for documents for him.)
source share