Fix Print Width

This commit is contained in:
Samuel W
2020-05-09 00:12:57 +08:00
parent 4592baba95
commit 66ee71d4cf
3 changed files with 5 additions and 8 deletions

View File

@@ -2,5 +2,6 @@
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
"singleQuote": true,
"printWidth": 120
}