how to set default tab indent in Visual Studio Code mac code example
Example: vscode default indent type
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.detectIndentation": true
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.detectIndentation": true