mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
8 lines
220 B
JSON
8 lines
220 B
JSON
{
|
|
"deno.enable": false,
|
|
"editor.defaultFormatter": "vscode.typescript-language-features",
|
|
"editor.formatOnSave": true,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
}
|
|
}
|