First commit

This commit is contained in:
Andrey Kernichniy 2026-03-01 21:25:46 +07:00
commit 26e8760bc4
9 changed files with 120 additions and 0 deletions

9
.prettierrc Normal file
View file

@ -0,0 +1,9 @@
{
"bracketSpacing": true,
"printWidth": 140,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto"
}