Files
WAI_Project_VUE/packages/crud/.prettierrc

10 lines
150 B
Plaintext
Raw Normal View History

2025-11-24 23:24:06 +08:00
{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"jsxBracketSameLine": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}