chore: add Prettier config (for Markdown, JSON)

This commit is contained in:
AJ ONeal 2022-05-09 13:36:12 -06:00
parent 70b0af6796
commit ba52e17003
No known key found for this signature in database
GPG Key ID: 562702827EF68D87
1 changed files with 6 additions and 0 deletions

6
.prettierrc.json Normal file
View File

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