SmartPGP/.vscode/settings.json

18 lines
382 B
JSON
Raw Permalink Normal View History

2023-10-04 17:33:16 +00:00
{
"license.author": "Code Fox <SmartPGP@c0de.dev>",
"license.extension": ".txt",
"license.default": "GPL-2.0",
"license.filename": "LICENSE",
2023-10-06 00:14:30 +00:00
"license.year": "auto",
"cSpell.words": [
"APDU",
"apdubuf",
2023-10-08 04:21:28 +00:00
"CodeFactor",
2023-10-06 00:14:30 +00:00
"Infineon",
"minlen",
"nopad",
"offcdata",
"pkcs",
"smartpgp"
]
2023-10-04 17:33:16 +00:00
}