UNPKG

548 BJSONView Raw
1{
2 "editor.fontSize": 15,
3 "editor.tabSize": 2,
4 "editor.insertSpaces": true,
5 "editor.formatOnSave": false,
6 "editor.wordWrap": "on",
7 "files.eol": "\n",
8 "eslint.autoFixOnSave": true,
9 "files.associations": {
10 "**/test_resources/*.js": "plaintext",
11 "**/test_resources/*.ts*": "plaintext"
12 },
13 "cSpell.words": [
14 "Builtins",
15 "Enablement",
16 "datajs",
17 "devtools",
18 "messagebundle",
19 "namepath",
20 "onwarn",
21 "preload",
22 "thirdparty"
23 ]
24}
\No newline at end of file