答案 0 :(得分:0)
转到用户设置(按Ctrl + ,
)并搜索editor.wrappingIndent
。将值更改为indent
或deepIndent
。
答案 1 :(得分:0)
要使wrappingIndent
工作,
我们需要为wordWrap
提供以下值之一:
"editor.wordWrap": "on",
"editor.wrappingIndent": "deepIndent"
OR
"editor.wordWrap": "bounded",
"editor.wrappingIndent": "deepIndent"
OR
"editor.wordWrap": "wordWrapColumn",
"editor.wrappingIndent": "deepIndent"