Adjust settings.

This commit is contained in:
Bassam Husain
2023-08-26 19:43:57 -04:00
parent edb163b509
commit 1fb0a5dfd0

13
.vscode/settings.json vendored
View File

@@ -1,15 +1,14 @@
{ {
"editor.tabSize": 4, "editor.tabSize": 4,
"editor.formatOnSave": false, // "editor.formatOnSave": false,
"editor.defaultFormatter": null, // "editor.defaultFormatter": null,
"editor.insertSpaces": true, "editor.insertSpaces": true,
"editor.detectIndentation": false, "editor.detectIndentation": false,
"git.mergeEditor": false, "git.mergeEditor": false,
"spellright.language": ["en-GB-10-1."],
"spellright.documentTypes": ["markdown", "plaintext"],
"cSpell.words": [ "cSpell.words": [
"ADXL", "ADXL",
"blanchas", "blanchas",
"Buildplate",
"cfgs", "cfgs",
"Fluidd", "Fluidd",
"Fluiddpi", "Fluiddpi",
@@ -31,11 +30,15 @@
"pico", "pico",
"Prusa", "Prusa",
"runout", "runout",
"Sovol" "Sovol",
"textcolor"
], ],
"[markdown]": { "[markdown]": {
"editor.formatOnSave": false "editor.formatOnSave": false
}, },
"[jsonc]": {
"editor.insertSpaces": false
},
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"activityBar.activeBackground": "#7e4810", "activityBar.activeBackground": "#7e4810",
"activityBar.background": "#7e4810", "activityBar.background": "#7e4810",