berg.mirror files added

This commit is contained in:
Captain Nick Lucifer* 2023-03-11 19:39:16 +05:45
commit 4747177059
73 changed files with 6994 additions and 0 deletions

11
.prettierrc Normal file
View file

@ -0,0 +1,11 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "crlf"
}