swag-shop/.vscode/settings.json

19 lines
265 B
JSON
Raw Permalink Normal View History

2024-03-05 16:01:26 +01:00
{
"cSpell.words": [
"blocklist",
2024-03-07 22:16:15 +01:00
"displayname",
2024-03-05 16:01:26 +01:00
"dotenv",
"gensalt",
"hashpw",
"checkpw",
2024-03-07 07:49:33 +01:00
"jsonify",
2024-03-10 16:24:02 +01:00
"lastrowid",
2024-05-02 20:45:29 +02:00
"rtype",
"flasgger"
2024-06-02 16:47:18 +02:00
],
"files.exclude": {
"**/__pycache__/**": true,
},
"editor.tabSize": 4,
"editor.insertSpaces": true,
2024-03-05 16:01:26 +01:00
}