who knows

This commit is contained in:
Perry Kivolowitz 2022-07-20 20:07:49 -05:00
parent ff2f8a4347
commit 77a13a5081

53
.vscode/settings.json vendored
View file

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