Files
homefoam/.vscode/settings.json
Jani Eväkallio 96c6a8bfad Update template
2020-06-25 00:20:38 +01:00

12 lines
279 B
JSON

{
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
"[markdown]": {
"editor.quickSuggestions": true
}
}