mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
10 lines
271 B
JSON
10 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"
|
|
}
|
|
}
|