Set printWidth to 90

pull/81/head
MillenniumEarl 2021-03-05 11:20:04 +01:00
parent 61f9f90f6f
commit 96074fbeb9
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
"semi": true, "semi": true,
"trailingComma": "none", "trailingComma": "none",
"singleQuote": false, "singleQuote": false,
"printWidth": 80 "printWidth": 90
} }