spelling words

This commit is contained in:
Perry Kivolowitz 2023-01-14 14:36:16 -06:00
parent 3337e122cc
commit 80f0e94b48

61
.vscode/settings.json vendored
View file

@ -1,34 +1,37 @@
{
"cSpell.words": [
"AARCH",
"argc",
"argv",
"asciz",
"cbnz",
"cout",
"csel",
"FCVTAS",
"fcvtz",
"fizzbuzz",
"fname",
"Formulus",
"funcs",
"iostream",
"ldrb",
"ldrh",
"lname",
"memcpy",
"pimm",
"pseudocode",
"regs",
"simm",
"smaddl",
"stringstream",
"strlen",
"strncpy",
"struct",
"structs"
],
"AARCH",
"argc",
"argv",
"asciz",
"cbnz",
"cout",
"csel",
"FCVTAS",
"fcvtz",
"fildes",
"fizzbuzz",
"fname",
"Formulus",
"funcs",
"getpid",
"iostream",
"ldrb",
"ldrh",
"lname",
"lseek",
"memcpy",
"pimm",
"pseudocode",
"regs",
"simm",
"smaddl",
"stringstream",
"strlen",
"strncpy",
"struct",
"structs"
],
"markdownlint.config": {
"MD024":false
},