New fleet code

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-02 17:58:57 -04:00
parent b2400f4c2c
commit 947f31eafb
3566 changed files with 143341 additions and 99495 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"
}