1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-12 23:25:55 +00:00
Files
haste-server/.prettierrc.json
2022-06-03 11:28:41 +02:00

9 lines
133 B
JSON

{
"tabWidth": 2,
"semi": false,
"trailingComma": "none",
"printWidth": 80,
"arrowParens": "avoid",
"singleQuote": true
}