Hangar/frontend/.prettierrc

6 lines
79 B
Plaintext
Raw Normal View History

2021-01-21 11:36:18 +08:00
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 160
}