flocon/settings.json

17 lines
511 B
JSON
Raw Normal View History

2024-06-04 06:23:34 +00:00
{
"workbench.colorTheme": "Catppuccin Frappé",
"workbench.iconTheme": "catppuccin-frappe",
"editor.fontSize": 16,
"editor.fontFamily": "monospace, Fira Code",
"terminal.integrated.fontSize": 16,
"editor.minimap.enabled": false,
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
2024-06-04 08:29:46 +00:00
},
"git.confirmSync": false,
"git.autofetch": true,
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
}
2024-06-04 06:23:34 +00:00
}