This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/.vscode/settings.json

12 lines
162 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": [
2018-12-26 16:17:24 +00:00
"SAML",
2019-02-08 13:57:30 +00:00
"passbook"
2018-11-11 12:40:42 +00:00
]
2019-02-08 13:57:30 +00:00
}