Files
mainwebsite/.prettierrc
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

9 lines
166 B
Plaintext

{
"useTabs": false,
"printWidth": 800,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"plugins": ["prettier-plugin-astro"]
}