This commit is contained in:
Crispy 2022-08-13 22:31:19 +02:00
parent 3b9ecafd9d
commit 397c8b8d8b
7 changed files with 23 additions and 9 deletions

View file

@ -8,7 +8,6 @@
"files.exclude": {
"**/*.meta": true
},
"editor.wordWrap": "on",
"editor.quickSuggestionsDelay": 0,
"python.autoComplete.addBrackets": true,
"editor.suggestSelection": "first",
@ -20,7 +19,7 @@
"liveServer.settings.root": "docs/",
"liveServer.settings.donotVerifyTags": true,
"editor.insertSpaces": false,
"editor.fontFamily": "sans, mono",
"editor.fontFamily": "sans, \"linja pona\", mono",
"editor.minimap.renderCharacters": false,
"Lua.telemetry.enable": false,
"Lua.workspace.library": [
@ -41,7 +40,8 @@
"markdown.preview.fontFamily": "sans",
"editor.bracketPairColorization.enabled": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
"window.zoomLevel": 1,
"rust-analyzer.cargo.buildScripts.enable": true,
"editor.fontLigatures": true
"editor.fontLigatures": true,
"editor.wordWrap": "on",
"window.zoomLevel": 1
}