Hangar/frontend/.prettierrc

9 lines
134 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,
2022-02-28 01:29:58 +08:00
"arrowParens": "always",
"trailingComma": "es5"
2022-02-13 02:24:05 +08:00
}