garden/.vscode/settings.json

10 lines
250 B
JSON
Raw Normal View History

2020-06-20 01:24:45 +00:00
{
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
"cSpell.language": "en-GB"
}