mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"deno.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "axetroy.vscode-deno"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "axetroy.vscode-deno"
|
|
}
|
|
}
|