mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
* initial commit * add shadcn ui * only main page is left! * ready to pr? * change font
10 lines
280 B
JSON
10 lines
280 B
JSON
{
|
|
"css.customData": [".vscode/tailwind.json"],
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
"prettier.documentSelectors": ["**/*.astro"],
|
|
"[astro]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
} |