Hangar/frontend/.prettierrc

7 lines
106 B
Plaintext
Raw Normal View History

2021-01-21 11:36:18 +08:00
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
2021-02-05 14:51:51 +08:00
"printWidth": 160,
"arrowParens": "always"
2021-01-21 11:36:18 +08:00
}