Answer the question
In order to leave comments, you need to log in
How to set tabs as default indent in vscode?
It is necessary that when pressing ctrl-shift-f all indents become tabs. Now the opposite is true: tabs are replaced by spaces.
{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.tabSize": 4
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question