Appcode Reformat Code JavaDoc style comments disagreeably -


appcodes 'reformat code' feature formats javadoc comments in disagreeable manner.

this how have comments:

/**  * blabla  * @return blibla array bli  */ 

but 'reformat code' reformats to

/** * blabla * @return blibla array bli */ - (nsarray *) bla.... 

does know how can tell appcode format comments like, or @ least how not touch existing comments?


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -