This commit is contained in:
2023-09-08 15:38:33 +08:00
коміт b4ffb20ba8
790 змінених файлів з 98659 додано та 0 видалено

11
.prettierrc Normal file

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"htmlWhitespaceSensitivity": "ignore",
"tabWidth": 2,
"bracketSameLine": true,
"useTabs": true,
"vueIndentScriptAndStyle": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}