10 lines
351 B
JSON
10 lines
351 B
JSON
{
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"workbench.colorTheme": "Default Dark+",
|
|
"terminal.integrated.env.windows": {},
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {"source.fixAll.biome": "explicit",
|
|
"source.organizeImports.biome": "explicit" },
|
|
"cSpell.words": ["alpla", "alplamart", "alplaprod", "ppoo"]
|
|
}
|