1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-08 15:06:53 +01:00
Whalebird-desktop-client-ma.../.prettierrc

9 lines
134 B
Plaintext
Raw Normal View History

2019-04-20 06:39:26 +02:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 140,
"trailingComma": "none",
"arrowParens": "avoid"
}