cjk-readings
Version:
Web service that generates readings for chinese characters.
20 lines • 372 B
JSON
{
"editor.formatOnSave": true,
"editor.tabSize": 2,
"eslint.workingDirectories": [
"./"
],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"typescript.tsdk": "node_modules/typescript/lib",
"[markdown]": {
"editor.formatOnSave": false
},
"[json]": {
"editor.formatOnSave": false
}
}