長いメソッド名を複数の行に分割するときにコロンを整列させるためにXcodeが実行する自動インデントを無効にする方法はありますか?
つまり、私はむしろこれを持っていたくない:
UIBarButtonItem *longDescriptiveButton = [[UIBarButtonItem alloc] initWithTitle:@"Title of Button"
style:UIBarButtonItemStyleBordered
target:self
action:@selector(longDescriptiveButtonClicked)];
ご覧のとおり、変数/メソッド/クラス名が長いとひどく見えます。