chore: add Prettier config (for Markdown, JSON)
This commit is contained in:
parent
70b0af6796
commit
ba52e17003
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"printWidth": 80,
|
||||
"tabWidth": 4,
|
||||
"singleQuote": false,
|
||||
"proseWrap": "always"
|
||||
}
|
Loading…
Reference in New Issue