paypal-checkout.js/.prettierrc.json

9 lines
131 B
JSON
Raw Permalink Normal View History

2021-10-09 23:10:40 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": false,
"bracketSpacing": true,
"semi": true,
"proseWrap": "always"
}