Add words to spell check dictionary

This commit is contained in:
c0de 2023-10-05 19:14:30 -05:00
parent cc7f455e83
commit dd1b18e5cb
1 changed files with 11 additions and 1 deletions

12
.vscode/settings.json vendored
View File

@ -3,5 +3,15 @@
"license.extension": ".txt",
"license.default": "GPL-2.0",
"license.filename": "LICENSE",
"license.year": "auto"
"license.year": "auto",
"cSpell.words": [
"APDU",
"apdubuf",
"Infineon",
"minlen",
"nopad",
"offcdata",
"pkcs",
"smartpgp"
]
}