mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-17 11:07:04 +01:00
17 lines
312 B
Plaintext
17 lines
312 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "."
|
||
|
},
|
||
|
{
|
||
|
"path": "packages/backend"
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"cSpell.words": ["ciphertext", "cryptgeon"],
|
||
|
"i18n-ally.enabledFrameworks": ["svelte"],
|
||
|
"i18n-ally.keystyle": "nested",
|
||
|
"i18n-ally.localesPaths": ["packages/frontend/locales"]
|
||
|
}
|
||
|
}
|