mirror of
https://gitee.com/myxzgzs/boyue-kfcode-hasfj.git
synced 2025-06-21 12:09:35 +08:00
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
|
|
}
|