mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
20 lines
356 B
JSON
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"
|
|
]
|
|
}
|