mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
15 lines
355 B
JSON
15 lines
355 B
JSON
{
|
|
"[starlark]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"bazel.buildifierFixOnFormat": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"go.inferGopath": false,
|
|
"search.exclude": {
|
|
"**/.yarn": true,
|
|
"**/.pnp.*": true
|
|
},
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|