ajquery.js/.prettierrc.json

9 lines
131 B
JSON
Raw Permalink Normal View History

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