mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"editor.rulers": [80],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": false
|
|
},
|
|
"editor.tabSize": 2,
|
|
"deno.enable": true,
|
|
"deno.lint": true,
|
|
"deno.unstable": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
}
|