要解决这个问题,首先打开设置,查找tabsize,进入settings.json。
把"editor.autoIndent"的属性值改为false,即"editor.autoIndent": "false",就可以了
vscode如何设置回车自动换行缩进?
阅读 213
2022-02-16
要解决这个问题,首先打开设置,查找tabsize,进入settings.json。
把"editor.autoIndent"的属性值改为false,即"editor.autoIndent": "false",就可以了
相关推荐
精彩评论(0)