Files
mainwebsite/.vscode/settings.json
SrIzan10 b2e7ffb670 feat: move to astro (#10)
* initial commit

* add shadcn ui

* only main page is left!

* ready to pr?

* change font
2024-05-25 16:09:59 +02:00

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"
}
}