mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-08 23:15:26 +01:00
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 140,
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid"
|
|
}
|