mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-17 19:10:29 +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"]
|
|
}
|
|
}
|