13 lines
234 B
JSON
13 lines
234 B
JSON
|
|
{
|
||
|
|
"files.encoding": "utf8",
|
||
|
|
"search.exclude": {
|
||
|
|
"node_modules": true,
|
||
|
|
"lib": true,
|
||
|
|
"dist": true,
|
||
|
|
"public/draco": true
|
||
|
|
},
|
||
|
|
"files.autoGuessEncoding": false,
|
||
|
|
"editor.tabSize": 2,
|
||
|
|
"editor.formatOnSave": true
|
||
|
|
}
|