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