这是默认行为:
@property (nonatomic, assign) id<ViewDelegate> delegate;
- (void)initWithRestaurant:(Restaurant<ViewDelegate> *)restaurant;
我想要这个:
@property (nonatomic, assign) id <ViewDelegate> delegate;
- (void)initWithRestaurant:(Restaurant <ViewDelegate> *)restaurant;
在这里找不到正确的旗帜: http://llvm.org/releases/3.4/tools/clang/docs/ClangFormatStyleOptions.html