15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"[javascript]": {
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2
|
|
},
|
|
"[html]": {
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2
|
|
},
|
|
"[go]": {
|
|
"editor.insertSpaces": false,
|
|
"editor.tabSize": 4
|
|
}
|
|
}
|