code handover

This commit is contained in:
joshikannan
2026-05-14 17:38:59 +05:30
commit 20493c12df
366 changed files with 88641 additions and 0 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#451463",
"titleBar.activeBackground": "#611C8A",
"titleBar.activeForeground": "#FCFAFE"
},
// ✅ Code formatting settings
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true
}