This commit is contained in:
RezHackXYZ 2025-05-11 16:59:40 +05:30
parent bd4a695e74
commit e579802394
No known key found for this signature in database
6 changed files with 26 additions and 4 deletions

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"tailwindCSS.emmetCompletions": true,
"editor.inlineSuggest.enabled": true,
"editor.quickSuggestions": {
"strings": true
}
}