dashboard.accords-library.com/.vscode/settings.json

12 lines
410 B
JSON
Raw Permalink Normal View History

2023-07-14 14:42:37 +00:00
{
"editor.rulers": [100],
2024-07-13 17:03:21 +00:00
"editor.tabSize": 2,
"typescript.preferences.importModuleSpecifier": "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"
2023-08-11 21:11:10 +00:00
}
}