fuware-fe/.prettierrc
2024-09-23 15:07:25 +08:00

8 lines
106 B
Plaintext

{
"trailingComma": "all",
"useTabs": false,
"tabWidth": 2,
"semi": false,
"singleQuote": true
}