padloc/.prettierrc.json

8 lines
143 B
JSON

{
"printWidth": 120,
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"bracketSpacing": true,
"proseWrap": "always"
}