long ass readme and prettier config to format said readme

This commit is contained in:
2026-08-10 20:44:25 +01:00
parent 9baa312d0e
commit 802b077362
2 changed files with 177 additions and 0 deletions

8
.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"tabWidth": 2,
"printWidth": 90,
"useTabs": false,
"proseWrap": "always",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto"
}