Initial commit

This commit is contained in:
Rekryt
2024-08-30 15:22:24 +03:00
commit 171e449744
46 changed files with 4638 additions and 0 deletions

15
.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"useTabs": false,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "es5",
"jsxBracketSameLine": false,
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"htmlWhitespaceSensitivity": "ignore",
"phpVersion": "7.1",
"braceStyle": "1tbs",
"endOfLine": "lf",
"plugins": ["@prettier/plugin-php"]
}