mirror of
https://github.com/foambubble/foam.git
synced 2026-01-09 22:18:16 -05:00
Editor settings
This commit is contained in:
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"editor.minimap.enabled": false,
|
||||
//"editor.fontFamily": "Libre Baskerville, Menlo, Monaco, 'Courier New', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
"editor.wrappingIndent": "indent",
|
||||
"editor.overviewRulerBorder": false,
|
||||
//"editor.codeLens": false,
|
||||
"editor.lineHeight": 24,
|
||||
"workbench.colorTheme": "Gray Matter Light",
|
||||
"cSpell.language": "en-GB"
|
||||
}
|
||||
Reference in New Issue
Block a user