forked from mirrors/thatmattlove-hyperglass
9 lines
271 B
JSON
9 lines
271 B
JSON
{
|
|
"yaml.format.singleQuote": true,
|
|
"python.linting.mypyEnabled": false,
|
|
"python.linting.enabled": false,
|
|
"biome.lspBin": "./hyperglass/ui/node_modules/.bin/biome",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.biome": "always"
|
|
}
|
|
}
|