This commit is contained in:
Anatoly Antonov 2026-07-04 03:23:46 +09:00
commit 43c120df4c
26 changed files with 3265 additions and 0 deletions

8
.prettierrc Normal file
View file

@ -0,0 +1,8 @@
{
"tabWidth": 4,
"endOfLine": "lf",
"printWidth": 120,
"useTabs": true,
"htmlWhitespaceSensitivity": "ignore",
"bracketSameLine": true
}