12 lines
414 B
JSON
12 lines
414 B
JSON
{
|
|
"editor.rulers": [100],
|
|
"editor.tabSize": 2,
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"package.json": ".git*, package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb, .ncurc.*, .nvmrc, *.config.cjs, *.config.js, *.config.ts, *config.json, .*ignore",
|
|
".env": ".env.*",
|
|
"README.md": "*.md"
|
|
}
|
|
}
|