Hangar/frontend-new/.prettierrc

8 lines
108 B
Plaintext
Raw Normal View History

2022-02-13 02:24:05 +08:00
{
2022-02-13 18:56:14 +08:00
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"printWidth": 160,
"arrowParens": "always"
2022-02-13 02:24:05 +08:00
}