mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "."
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"files.exclude": {
|
||
|
"**/build": true,
|
||
|
"**/node_modules": true,
|
||
|
"**/typedefs_gen": true
|
||
|
},
|
||
|
"vetur.format.defaultFormatter.js": "vscode-typescript",
|
||
|
"vetur.format.defaultFormatter.ts": "vscode-typescript",
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
"editor.formatOnSave": true
|
||
|
}
|
||
|
}
|