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