update prettierrc (#2723)

This commit is contained in:
neverland
2019-02-12 19:14:17 +08:00
committed by GitHub
parent 31f7f5d11d
commit c778a50cd4
3 changed files with 15 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{
"printWidth": 100,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "none"
}