Is it possible to change the way Xcode indents comment blocks?
问题 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. 回答1: This is not a complete answer, but Xcode has code formatting options under the key XCCodeSenseFormattingOptions. You can set the options via command line or by editing the plist: defaults write com.apple.Xcode XCCodeSenseFormattingOptions