mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-28 05:09:12 +00:00
15 lines
362 B
JSON
15 lines
362 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,
|
|
"typescript.preferences.importModuleSpecifier": "non-relative"
|
|
}
|