mirror of
https://github.com/toptal/haste-server.git
synced 2024-11-25 12:25:40 +01:00
9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 80,
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true
|
|
}
|