mirror of
https://github.com/toptal/haste-server.git
synced 2024-12-01 13:23:51 +01:00
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true
|
|
}
|