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

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -