1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
thatmattlove-hyperglass/.vscode/settings.json
2024-02-27 22:55:32 -05:00

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"
}
}