17 lines
482 B
JSON
17 lines
482 B
JSON
|
{
|
||
|
"explorer.fileNesting.enabled": true,
|
||
|
"explorer.fileNesting.patterns": {
|
||
|
"tsconfig.json": "tsconfig.*.json",
|
||
|
"package.json": "package-lock.json, bun.lockb, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .prettier*, prettier*, .editorconfig",
|
||
|
},
|
||
|
"editor.detectIndentation": false,
|
||
|
"editor.insertSpaces": false,
|
||
|
"files.eol": "\n",
|
||
|
"files.insertFinalNewline": true,
|
||
|
"files.trimFinalNewlines": true,
|
||
|
"[yaml]": {
|
||
|
"editor.indentSize": 2,
|
||
|
"editor.insertSpaces": true,
|
||
|
},
|
||
|
}
|