我可以使用Xcode的自动缩进来缩进延续线吗?
我想要:
BOOL someLongVariableName = someLongValue
| someOtherLongValue
| moreLongValues
BOOL someOtherLongVariableName =
someEvenLongerValue;
[someLongVariableName
performSomeAction:someLongArgument]
Run Code Online (Sandbox Code Playgroud)
我目前得到:
BOOL someLongVariableName = someLongValue
| someOtherLongValue
| moreLongValues
BOOL someOtherLongVariableName =
someEvenLongerValue;
[someLongVariableName
performSomeAction:someLongArgument]
Run Code Online (Sandbox Code Playgroud)
要明确:
归档时间: |
|
查看次数: |
1381 次 |
最近记录: |