mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
* Update unlocalized strings & fix various hard strings * Fix incorrect placement of ignore_organized in en-US * Add missing strings * Fix hard string in PerformerList
26 lines
No EOL
612 B
JSON
26 lines
No EOL
612 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.tabSize": 2,
|
|
"editor.renderWhitespace": "boundary",
|
|
"editor.wordWrap": "bounded",
|
|
"javascript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"editor.wordWrapColumn": 120,
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"i18n-ally.localesPaths": [
|
|
"src/locales"
|
|
],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sourceLanguage": "en-GB",
|
|
"spellright.language": [
|
|
"en"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"markdown",
|
|
"latex",
|
|
"plaintext",
|
|
"typescriptreact"
|
|
]
|
|
} |