Files
Sovol-SV06-firmware/.vscode/settings.json
Bassam Husain 8bfed9c573 Spelling fixes.
2023-04-18 07:44:09 -04:00

20 lines
356 B
JSON

{
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"git.mergeEditor": false,
"spellright.language": ["en-GB-10-1."],
"spellright.documentTypes": ["markdown", "plaintext"],
"cSpell.words": [
"ADXL",
"gcode",
"hotend",
"Klipper",
"Klipperized",
"octahedroflake",
"PARKBED",
"runout",
"Sovol"
]
}