Files
Document_translator/frontend/.prettierrc
beabigegg 0bc8c4c81c backup
2025-09-12 08:56:44 +08:00

14 lines
293 B
Plaintext

{
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"vueIndentScriptAndStyle": false
}