ios - What flag should I add to .clang-format file for space between type and protocol name? -


यह डिफ़ॉल्ट व्यवहार है:

  @property (nonatomic, assigned) id & lt; ViewDelegate & gt; प्रतिनिधि; - (शून्य) initWithRestaurant: (रेस्तरां & lt; ViewDelegate & gt; *) रेस्तरां;   

मुझे यह चाहिए:

  @property (nonatomic, असाइन करें) id & lt; ViewDelegate & gt; प्रतिनिधि; - (शून्य) initWithRestaurant: (रेस्तरां & lt; ViewDelegate & gt; *) रेस्तरां;   

यहां सही फ्लैग नहीं मिल सकता है:

यह हो सकता है हो ObjCSpaceBeforeProtocolList (प्रलेखित)?

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -