added prettierrc and formatted readme

This commit is contained in:
2026-08-16 10:57:52 +01:00
parent 9764a025a9
commit c0a5c4312f
2 changed files with 100 additions and 28 deletions

8
.prettierrc.json Normal file
View File

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