mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
14 lines
546 B
JSON
14 lines
546 B
JSON
{
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
/* Prefer tabs over spaces for accessibility */
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
/* Explorer */
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
|
|
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, rollup.config.mjs, tsconfig.json, eslint.config.js",
|
|
"Makefile": "*compose.yml, Dockerfile, .dockerignore, *startup.sh"
|
|
}
|
|
}
|