Skip to content

Commit

Permalink
prettier换行宽度调整为100
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Sep 5, 2018
1 parent edaf8d7 commit 6a6e7ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"eslintIntegration": true,
"singleQuote": true,
"semi": false
"semi": false,
"printWidth": 100
}

0 comments on commit 6a6e7ae

Please sign in to comment.