Browse Source

chore: add Prettier config (for Markdown, JSON)

main
AJ ONeal 2 years ago
parent
commit
ba52e17003
No known key found for this signature in database GPG Key ID: 562702827EF68D87
  1. 6
      .prettierrc.json

6
.prettierrc.json

@ -0,0 +1,6 @@
{
"printWidth": 80,
"tabWidth": 4,
"singleQuote": false,
"proseWrap": "always"
}
Loading…
Cancel
Save