fuware-be/frontend/.prettierrc
2024-06-01 12:34:20 +00:00

8 lines
106 B
Plaintext

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