flocon/settings.json

21 lines
640 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-05 19:18:22 +00:00
"redhat.telemetry.enabled": true,
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
}
2024-06-04 06:23:34 +00:00
}