1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 11:31:22 +00:00
haste-server/.prettierrc.json

9 lines
133 B
JSON
Raw Normal View History

{
"tabWidth": 2,
"semi": false,
2022-06-03 09:28:41 +00:00
"trailingComma": "none",
"printWidth": 80,
"arrowParens": "avoid",
"singleQuote": true
}