first commit

This commit is contained in:
DESKTOP-DH6BVPV\chiefsoft
2022-12-10 23:35:50 -05:00
commit e8cbdf6732
2455 changed files with 123043 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": false,
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "auto",
"jsxSingleQuote": true,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"useTabs": false,
"htmlWhitespaceSensitivity": "css"
}