authentik/.vscode/settings.json

10 lines
146 B
JSON
Raw Normal View History

2018-11-11 12:40:42 +00:00
{
"python.pythonPath": "env/bin/python",
"editor.tabSize": 4,
"[html]": {
"editor.tabSize": 2
},
"cSpell.words": [
"pyazo"
]
}