2

I want to disable editor.insertSpaces

I want to keep tabs in vscode but I can't do it. There are no suggestion value for it except auto. How can I do

4

1 回答 1

3

你可以使用这些:

"editor.insertSpaces": true
"editor.insertSpaces": false
"editor.insertSpaces": "auto"
于 2015-04-30T11:54:26.923 回答