[pretty] add markdown support (#4881)

This commit is contained in:
Jonathan Hui
2020-04-23 16:29:27 -07:00
parent 32f8274395
commit c48f84d9ea
2 changed files with 56 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"proseWrap": "never"
}