[ How to ] convert tab into spaces in visual studio code 2015
**Steps : **
- Press CTRL + O in your mac
- Type “setting.json”
- Add this below code in between curl braces { }
"editor.insertSpaces": true
How to check default settings :
- Press CTRL+O
- Type >setting
- Open file “Default Settings”
Link to download visual studio : click here