By default, Xcode automatically indents multiple lines of code within C-style comment blocks by one space:
/* this is a comment block
line 1
line 2
*/
Is it possible to modify this behaviour? I would prefer to have no indentation within comment blocks.