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"
}