official_website/uniapp/.prettierrc

12 lines
222 B
Plaintext
Raw Normal View History

2024-11-29 14:05:52 +08:00
{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"proseWrap": "preserve",
"bracketSameLine": false,
"endOfLine": "lf",
"tabWidth": 4,
"useTabs": false,
"trailingComma": "none"
}