mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
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"
|
|
}
|
|
}
|