gseps-front/.prettierrc

9 lines
125 B
Plaintext
Raw Normal View History

2023-09-06 05:00:01 +00:00
{
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80
}