sclient/.prettierrc.json

9 lines
131 B
JSON
Raw Permalink Normal View History

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