cryptgeon/.vscode/settings.json

7 lines
179 B
JSON
Raw Normal View History

2021-05-02 01:08:43 +00:00
{
2022-01-16 13:02:53 +00:00
"cSpell.words": ["ciphertext", "cryptgeon"],
"i18n-ally.localesPaths": ["frontend/locales"],
"i18n-ally.enabledFrameworks": ["svelte"],
"i18n-ally.keystyle": "nested"
}