mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-07-25 16:55:48 -04:00
b02fee7028
- desktop/src-tauri/tailscale/src/lib.rs: 9-space and 14-space indents -> 8/12 - libraries/base/components/ModalTemplate.vue: 13-space -> 12 - libraries/droplet/flake.nix: remove trailing blank line - server.code-workspace: convert tabs to 4-space indents (JSON requires spaces) - torrential/docs/protocol.md: 1-space list -> 2-space
36 lines
925 B
Plaintext
36 lines
925 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "server"
|
|
},
|
|
{
|
|
"path": "torrential"
|
|
}
|
|
],
|
|
"settings": {
|
|
"i18n-ally.extract.autoDetect": true,
|
|
"i18n-ally.extract.ignored": [
|
|
"string >= 14",
|
|
"string.alphanumeric >= 5"
|
|
],
|
|
"i18n-ally.extract.ignoredByFiles": {
|
|
"components/NewsArticleCreateButton.vue": [
|
|
"[",
|
|
"`",
|
|
"Enter"
|
|
],
|
|
"pages/admin/library/sources/index.vue": [
|
|
"Filesystem"
|
|
],
|
|
"server/api/v1/auth/signin/simple.post.ts": [
|
|
"boolean | undefined"
|
|
]
|
|
},
|
|
"i18n-ally.keepFulfilled": true,
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"prisma.pinToPrisma6": false,
|
|
"typescript.experimental.useTsgo": false
|
|
}
|
|
}
|