mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
11 lines
273 B
JSON
11 lines
273 B
JSON
{
|
|
"[starlark]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"bazel.buildifierFixOnFormat": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"go.inferGopath": false,
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|