mirror of https://github.com/stashapp/stash.git
10 lines
332 B
JSON
10 lines
332 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]
|
|
} |