mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
9 lines
268 B
JSON
9 lines
268 B
JSON
{
|
|
"[css][javascript][json][jsonc][markdown][typescript][typescriptreact][yaml]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"git.branchProtection": ["master"],
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|