mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-06 19:00:13 +00:00
12 lines
305 B
JSON
12 lines
305 B
JSON
{
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"notebook.defaultFormatter": "biomejs.biome",
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"files.defaultLanguage": "typescript",
|
|
"files.eol": "\n",
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
}
|
|
}
|