1
1
mirror of https://github.com/therootcompany/sclient synced 2025-07-10 13:16:35 +00:00
sclient/.prettierrc.json

9 lines
131 B
JSON
Raw Permalink Normal View History

2021-06-21 23:28:41 -06:00
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": false,
"bracketSpacing": true,
"proseWrap": "always",
"semi": true
}