现在 switch 语句缩进如下(自动)。
switch
case
statements
我希望它们像这样缩进,我需要做哪些更改
switch
case
statements
答案1
如果您指的是 C 缩进,请尝试以下操作:
:set cinoptions+=:0
看:
:help 'cinoptions'
:help cinoptions-values
现在 switch 语句缩进如下(自动)。
switch
case
statements
我希望它们像这样缩进,我需要做哪些更改
switch
case
statements
如果您指的是 C 缩进,请尝试以下操作:
:set cinoptions+=:0
看:
:help 'cinoptions'
:help cinoptions-values