prettier md demo (#16188)

This commit is contained in:
陈帅
2019-04-21 14:58:19 +08:00
committed by zombieJ
parent 2b0723f7cb
commit 1569ab329d
4 changed files with 5 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"proseWrap": "never",
"overrides": [
{
"files": ".prettierrc",
@@ -10,4 +11,4 @@
}
}
]
}
}