automated_uniapp/.prettierrc

9 lines
124 B
Plaintext
Raw Normal View History

2025-01-09 16:16:11 +08:00
{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"jsxBracketSameLine": true,
"singleQuote": false,
"printWidth": 100
}